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 27, 2026 14:29limanjun99limanjun99Score: 10,432Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 14:3010,401360,935,593329,253,00014,010,0002,523,136
2Apr 27, 2026 14:3010,410362,218,778328,564,00014,980,0002,527,232
3Apr 27, 2026 14:3010,412360,991,948328,637,00014,983,0002,531,328
4Apr 27, 2026 14:3010,428361,309,588329,133,00015,006,0002,330,624
5Apr 27, 2026 14:3010,432361,943,109329,246,00015,011,0002,539,520
6Apr 27, 2026 14:3010,442364,926,383328,608,00015,980,0002,519,040
7Apr 27, 2026 14:3010,451363,952,250330,889,00013,995,0002,523,136
8Apr 27, 2026 14:3010,458362,805,798330,125,00015,005,0002,535,424
9Apr 27, 2026 14:3010,792376,212,317341,131,00015,005,0002,531,328