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 14:15TudyMTudyMScore: 27,594Success
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 14:1627,470926,357,670888,528,00017,990,0002,551,808
2Apr 29, 2026 14:1627,491923,307,853890,225,00016,985,0002,490,368
3Apr 29, 2026 14:1627,524926,673,689890,313,00017,986,0002,301,952
4Apr 29, 2026 14:1627,583926,327,902896,273,00013,988,0002,301,952
5Apr 29, 2026 14:1627,594930,205,219892,624,00017,992,0002,367,488
6Apr 29, 2026 14:1627,601935,295,390896,838,00013,997,0002,293,760
7Apr 29, 2026 14:1627,858940,774,288900,357,00018,986,0002,297,856
8Apr 29, 2026 14:1628,443959,811,891924,634,00013,994,0002,293,760
9Apr 29, 2026 14:1628,503958,516,452922,637,00017,973,0002,555,904