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 15:37limanjun99limanjun99Score: 5,716Success
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 15:385,678208,217,955174,360,00013,026,0002,535,424
2Apr 27, 2026 15:385,706211,845,564173,280,00015,024,0002,535,424
3Apr 27, 2026 15:385,707211,646,528174,325,00014,026,0002,535,424
4Apr 27, 2026 15:385,712207,124,410172,547,00015,958,0002,539,520
5Apr 27, 2026 15:385,716207,590,793172,675,00015,970,0002,523,136
6Apr 27, 2026 15:385,718208,140,656173,741,00014,977,0002,531,328
7Apr 27, 2026 15:385,719208,643,995173,758,00014,979,0002,523,136
8Apr 27, 2026 15:385,722201,894,199172,861,00015,987,0002,519,040
9Apr 27, 2026 15:385,741203,895,958173,501,00015,954,0002,519,040