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 listMar 11, 2026 16:09olliecrowolliecrowScore: 14,338Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 11, 2026 16:0914,279499,569,992462,190,0009,003,0002,301,952
2Mar 11, 2026 16:0914,302496,677,119463,964,0007,999,0002,359,296
3Mar 11, 2026 16:0914,308493,339,150463,160,0009,003,0002,461,696
4Mar 11, 2026 16:0914,310494,751,570463,242,0009,004,0002,277,376
5Mar 11, 2026 16:0914,338509,712,837464,136,0009,002,0002,461,696
6Mar 11, 2026 16:0914,390497,136,630465,878,0008,997,0002,318,336
7Mar 11, 2026 16:0914,402506,422,365466,267,0009,005,0002,445,312
8Mar 11, 2026 16:0914,445502,972,780468,693,0007,994,0002,351,104
9Mar 11, 2026 16:0914,478503,849,486468,789,0008,995,0002,277,376