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 listNov 12, 2025 16:00Aliaksandr MikheiAliaksandr MikheiScore: 128,696Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 12, 2025 16:00128,1764,263,240,6004,164,833,00064,966,0002,510,848
2Nov 12, 2025 16:00128,6964,278,447,0794,175,005,00071,948,0002,330,624
3Nov 12, 2025 16:00129,3584,303,114,4134,197,861,00070,946,0002,498,560