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 23:00Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 13,488Success
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 23:0113,354458,306,895435,687,0004,996,0002,498,560
2Apr 28, 2026 23:0113,369459,192,944436,196,0005,002,0002,519,040
3Apr 28, 2026 23:0113,373461,455,849436,309,0005,003,0002,535,424
4Apr 28, 2026 23:0113,470461,944,410437,528,0006,992,0002,514,944
5Apr 28, 2026 23:0113,488465,632,643440,128,0005,001,0002,523,136
6Apr 28, 2026 23:0113,495468,290,537440,357,0005,004,0002,523,136
7Apr 28, 2026 23:0113,508461,061,094438,782,0006,996,0002,326,528
8Apr 28, 2026 23:0113,626467,538,178442,693,0006,995,0002,519,040
9Apr 28, 2026 23:0113,651467,758,735444,521,0005,993,0002,527,232