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 3, 2026 13:24A_ShamanA_ShamanScore: 44,126Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 3, 2026 13:2743,8161,455,872,9061,390,364,00055,578,0002,113,536
2Jul 3, 2026 13:2743,9111,458,762,1001,392,778,00056,286,0002,113,536
3Jul 3, 2026 13:2743,9531,460,124,0491,394,595,00055,862,0002,113,536
4Jul 3, 2026 13:2744,0411,463,003,6401,398,631,00054,740,0002,113,536
5Jul 3, 2026 13:2744,1261,466,139,3311,399,671,00056,515,0002,113,536
6Jul 3, 2026 13:2744,2881,471,140,9401,404,693,00056,837,0002,113,536
7Jul 3, 2026 13:2744,3291,472,485,6761,406,737,00056,124,0002,113,536
8Jul 3, 2026 13:2746,0621,529,656,9711,459,634,00060,444,0002,113,536
9Jul 3, 2026 13:2746,2901,537,152,1631,466,612,00060,974,0002,113,536