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 28, 2026 19:17Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 15,613Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 19:1815,478531,467,285505,784,0004,997,0002,519,040
2Apr 28, 2026 19:1815,481529,481,233505,893,0004,998,0002,510,848
3Apr 28, 2026 19:1815,494534,655,079504,340,0006,990,0002,527,232
4Apr 28, 2026 19:1815,602531,629,707508,887,0005,998,0002,523,136
5Apr 28, 2026 19:1815,613532,899,144510,251,0005,002,0002,519,040
6Apr 28, 2026 19:1815,639532,594,936511,105,0005,001,0002,334,720
7Apr 28, 2026 19:1815,717536,667,520512,689,0005,996,0002,527,232
8Apr 28, 2026 19:1815,723534,988,103511,864,0006,998,0002,330,624
9Apr 28, 2026 19:1815,737535,893,264513,349,0005,992,0002,514,944