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 23, 2026 05:26olliecrowolliecrowScore: 14,887Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 05:2714,839506,864,014480,719,0008,994,0002,543,616
2Apr 23, 2026 05:2714,844506,438,897480,876,0008,997,0002,338,816
3Apr 23, 2026 05:2714,850512,416,757481,055,0009,001,0002,543,616
4Apr 23, 2026 05:2714,881510,192,325481,100,00010,002,0002,342,912
5Apr 23, 2026 05:2714,887511,680,181482,275,0009,005,0002,531,328
6Apr 23, 2026 05:2714,929512,785,342482,665,0009,993,0002,543,616
7Apr 23, 2026 05:2714,929507,646,002481,678,00010,992,0002,514,944
8Apr 23, 2026 05:2715,108517,410,037488,604,0009,991,0002,543,616
9Apr 23, 2026 05:2715,148518,502,334490,908,0008,998,0002,531,328