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 27, 2026 22:03TudyMTudyMScore: 35,053Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 22:0934,5891,164,580,0861,128,469,00012,993,0002,297,856
2Apr 27, 2026 22:0934,8001,167,577,3751,131,410,00016,991,0002,301,952
3Apr 27, 2026 22:0934,9171,171,062,2611,138,277,00013,991,0002,293,760
4Apr 27, 2026 22:0934,9641,172,592,7341,139,818,00013,997,0002,555,904
5Apr 27, 2026 22:0935,0531,181,184,4961,146,768,0009,997,0002,555,904
6Apr 27, 2026 22:0935,0711,182,873,7351,145,382,00011,993,0002,560,000
7Apr 27, 2026 22:0935,3951,186,510,1411,152,078,00015,973,0002,555,904
8Apr 27, 2026 22:0935,6631,197,624,6441,162,913,00013,974,0002,555,904
9Apr 27, 2026 22:0935,9641,204,564,1141,171,846,00014,972,0002,555,904