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:10Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 15,844Success
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:1115,716539,622,728513,660,0004,996,0002,523,136
2Apr 28, 2026 19:1115,744536,972,298513,581,0005,995,0002,527,232
3Apr 28, 2026 19:1115,766539,600,347514,290,0005,991,0002,519,040
4Apr 28, 2026 19:1115,840539,602,103517,748,0004,997,0002,514,944
5Apr 28, 2026 19:1115,844544,547,181517,880,0004,998,0002,514,944
6Apr 28, 2026 19:1115,872544,102,374515,801,0007,996,0002,531,328
7Apr 28, 2026 19:1115,941541,938,718522,067,0004,000,0002,519,040
8Apr 28, 2026 19:1115,942546,646,017522,094,0004,000,0002,519,040
9Apr 28, 2026 19:1115,960544,313,967520,712,0005,996,0002,514,944