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 29, 2026 00:28Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 13,627Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 00:2913,479464,491,172438,828,0005,997,0002,527,232
2Apr 29, 2026 00:2913,551467,873,976442,187,0005,002,0002,519,040
3Apr 29, 2026 00:2913,568467,892,086441,779,0005,997,0002,514,944
4Apr 29, 2026 00:2913,627466,974,952443,704,0005,996,0002,510,848
5Apr 29, 2026 00:2913,627467,602,677444,697,0004,996,0002,523,136
6Apr 29, 2026 00:2913,629470,333,060444,774,0004,997,0002,519,040
7Apr 29, 2026 00:2913,653468,986,415443,571,0006,993,0002,506,752
8Apr 29, 2026 00:2913,767475,430,341449,320,0005,003,0002,318,336
9Apr 29, 2026 00:2913,827472,842,774450,303,0005,990,0002,531,328