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 listJul 18, 2026 16:25Leonardo Pedrozo AmaralLeonardo Pedrozo AmaralScore: 99,566Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 18, 2026 16:2797,4363,225,394,8903,118,779,00096,631,0002,113,536
2Jul 18, 2026 16:2798,5293,261,463,8223,152,535,00098,945,0002,113,536
3Jul 18, 2026 16:2798,6923,267,442,2443,159,483,00097,381,0002,113,536
4Jul 18, 2026 16:2799,0343,278,192,3843,169,089,00099,065,0002,113,536
5Jul 18, 2026 16:2799,5663,296,206,8563,188,200,00097,510,0002,113,536
6Jul 18, 2026 16:27100,3743,322,874,8583,214,367,00097,979,0002,113,536
7Jul 18, 2026 16:27100,6613,331,771,6913,224,527,00097,298,0002,113,536
8Jul 18, 2026 16:27101,8263,370,232,6423,261,758,00098,532,0002,113,536
9Jul 18, 2026 16:27102,4823,391,941,8453,283,491,00098,443,0002,113,536