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 listJan 9, 2026 08:33Pavel SkripkinPavel SkripkinScore: 72,284Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 9, 2026 08:3371,8432,394,293,0142,362,836,0007,996,0002,273,280
2Jan 9, 2026 08:3371,8642,401,678,3882,361,508,0009,993,0002,347,008
3Jan 9, 2026 08:3371,8982,399,161,8382,363,625,0008,994,0002,527,232
4Jan 9, 2026 08:3372,2482,414,118,8112,375,175,0008,996,0002,281,472
5Jan 9, 2026 08:3372,2842,417,260,2392,375,366,0009,993,0002,273,280
6Jan 9, 2026 08:3372,2852,421,432,7082,376,420,0008,994,0002,281,472
7Jan 9, 2026 08:3372,6652,431,169,6242,388,958,0008,996,0002,375,680
8Jan 9, 2026 08:3373,4002,455,448,5262,413,208,0008,997,0002,281,472
9Jan 9, 2026 08:3374,4232,485,759,6542,447,958,0007,996,0002,281,472