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 21:54TudyMTudyMScore: 35,088Success
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 21:5834,6981,162,742,2951,131,069,00013,988,0002,297,856
2Apr 27, 2026 21:5834,9311,175,256,1621,141,747,00010,997,0002,293,760
3Apr 27, 2026 21:5834,9921,177,504,6911,142,765,00011,997,0002,301,952
4Apr 27, 2026 21:5835,0431,176,639,8761,140,454,00015,992,0002,555,904
5Apr 27, 2026 21:5835,0881,175,560,1131,141,928,00015,985,0002,297,856
6Apr 27, 2026 21:5835,1671,185,378,6581,151,538,0008,996,0002,297,856
7Apr 27, 2026 21:5835,2131,178,100,6231,148,050,00013,988,0002,293,760
8Apr 27, 2026 21:5836,0931,212,155,6441,174,102,00016,972,0002,555,904
9Apr 27, 2026 21:5836,4171,222,325,9921,186,807,00014,972,0002,555,904