Unique strings Sergey Svistunov

Count the exact number of unique tokens as fast as possible.

Input

One token per line on STDIN:

JWXcKKaWzvFL5
Rof
3ztCpA
5wHcGN
*UiEMthaTS*g

Output

Print the exact count of unique tokens to STDOUT.

Constraints

  • Character set: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@#%*
  • Maximum token length: 16
  • Approximately 1,000,000 unique tokens
Back to listFeb 25, 2026 20:28Alexander KrivolapovAlexander KrivolapovScore: 41,605Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 25, 2026 20:2841,4791,394,959,5191,361,807,0006,999,0002,338,816
2Feb 25, 2026 20:2841,6051,403,028,7461,364,961,0007,993,0002,269,184
3Feb 25, 2026 20:2841,7991,404,724,5691,367,357,00011,994,0002,273,280