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:30Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 13,864Success
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:3113,626469,599,054444,687,0004,996,0002,519,040
2Apr 28, 2026 19:3113,776469,735,601449,616,0004,995,0002,523,136
3Apr 28, 2026 19:3113,856480,272,667453,269,0004,002,0002,519,040
4Apr 28, 2026 19:3113,859475,710,361450,384,0006,990,0002,514,944
5Apr 28, 2026 19:3113,864474,723,345450,543,0006,992,0002,519,040
6Apr 28, 2026 19:3113,933478,443,545452,808,0006,997,0002,523,136
7Apr 28, 2026 19:3114,007475,921,953457,230,0005,002,0002,514,944
8Apr 28, 2026 19:3114,016481,992,151457,564,0004,995,0002,519,040
9Apr 28, 2026 19:3114,106487,168,871459,518,0005,993,0002,318,336