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 listApr 23, 2026 07:44Charles CabergsCharles CabergsScore: 37,934Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 07:4537,3191,251,453,3271,220,560,00010,996,0002,478,080
2Apr 23, 2026 07:4537,4881,259,644,9671,226,133,00010,992,0002,478,080
3Apr 23, 2026 07:4537,5261,255,921,2721,230,369,0007,995,0002,482,176
4Apr 23, 2026 07:4537,8361,269,614,3371,237,618,00010,996,0002,490,368
5Apr 23, 2026 07:4537,9341,272,916,9651,241,838,0009,998,0002,322,432
6Apr 23, 2026 07:4540,2491,346,413,1141,319,228,0008,994,0002,334,720
7Apr 23, 2026 07:4540,3481,351,613,4881,321,494,0009,996,0002,383,872
8Apr 23, 2026 07:4540,3661,354,511,1851,324,086,0007,994,0002,482,176
9Apr 23, 2026 07:4540,4421,359,925,8121,326,609,0007,997,0002,322,432