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 02:54Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 12,907Success
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 02:5512,779436,084,616415,743,0005,996,0002,514,944
2Apr 29, 2026 02:5512,786440,162,223417,940,0003,999,0002,330,624
3Apr 29, 2026 02:5512,801441,544,900417,456,0005,005,0002,519,040
4Apr 29, 2026 02:5512,894440,872,231420,509,0005,006,0002,330,624
5Apr 29, 2026 02:5512,907444,186,770420,941,0004,999,0002,523,136
6Apr 29, 2026 02:5512,907446,037,645419,943,0005,999,0002,519,040
7Apr 29, 2026 02:5512,944445,514,024419,161,0008,003,0002,519,040
8Apr 29, 2026 02:5513,011449,003,040425,377,0004,003,0002,523,136
9Apr 29, 2026 02:5513,046446,587,484423,556,0006,992,0002,519,040