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:20limanjun99limanjun99Score: 7,324Success
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:217,292260,199,737178,747,00061,912,0002,359,296
2Apr 27, 2026 15:217,296259,674,352177,849,00062,946,0002,371,584
3Apr 27, 2026 15:217,297263,764,536179,872,00060,956,0002,363,392
4Apr 27, 2026 15:217,322257,633,565178,747,00062,911,0002,363,392
5Apr 27, 2026 15:217,324260,352,404179,787,00061,926,0002,351,104
6Apr 27, 2026 15:217,375258,984,660179,291,00064,104,0002,355,200
7Apr 27, 2026 15:217,378259,905,298177,639,00065,866,0002,351,104
8Apr 27, 2026 15:217,385260,124,576179,795,00063,927,0002,371,584
9Apr 27, 2026 15:217,389260,322,257178,897,00064,962,0002,355,200