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 04:08Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 19,464Success
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 04:0919,290659,748,270601,596,00034,976,0002,514,944
2Apr 28, 2026 04:0919,298655,203,391603,865,00032,992,0002,523,136
3Apr 28, 2026 04:0919,377656,118,866606,475,00032,971,0002,523,136
4Apr 28, 2026 04:0919,433662,277,415609,303,00032,015,0002,519,040
5Apr 28, 2026 04:0919,464665,670,569608,370,00033,964,0002,519,040
6Apr 28, 2026 04:0919,575666,087,973613,046,00032,948,0002,519,040
7Apr 28, 2026 04:0919,600666,548,817612,813,00033,989,0002,514,944
8Apr 28, 2026 04:0919,810672,734,334621,802,00031,938,0002,519,040
9Apr 28, 2026 04:0919,812675,435,594621,867,00031,941,0002,514,944