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 25, 2026 00:13olliecrowolliecrowScore: 12,111Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 00:1412,001412,647,818353,048,00043,005,0002,322,432
2Apr 25, 2026 00:1412,063412,964,189354,086,00044,010,0002,301,952
3Apr 25, 2026 00:1412,077417,317,791349,485,00049,068,0002,523,136
4Apr 25, 2026 00:1412,101415,610,249362,311,00037,031,0002,322,432
5Apr 25, 2026 00:1412,111417,292,340360,698,00038,967,0002,314,240
6Apr 25, 2026 00:1412,125417,350,783360,121,00040,013,0002,330,624
7Apr 25, 2026 00:1412,132421,122,048357,326,00043,039,0002,322,432
8Apr 25, 2026 00:1412,202419,981,818355,716,00046,962,0002,322,432
9Apr 25, 2026 00:1412,225420,690,330368,417,00035,039,0002,314,240