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:21Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 13,950Success
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:2313,760469,615,310449,105,0005,001,0002,326,528
2Apr 28, 2026 19:2313,785474,448,004450,915,0003,999,0002,514,944
3Apr 28, 2026 19:2313,858476,813,011453,324,0004,002,0002,527,232
4Apr 28, 2026 19:2313,943479,808,625456,131,0004,001,0002,338,816
5Apr 28, 2026 19:2313,950476,601,033454,371,0005,991,0002,514,944
6Apr 28, 2026 19:2313,962480,462,045455,779,0004,997,0002,523,136
7Apr 28, 2026 19:2313,999480,147,173457,990,0003,999,0002,519,040
8Apr 28, 2026 19:2314,051481,387,396457,701,0005,996,0002,531,328
9Apr 28, 2026 19:2314,100485,214,212460,324,0005,003,0002,318,336