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 listMay 4, 2026 07:08Victor MerckléVictor MerckléScore: 14,420Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 4, 2026 07:0814,321487,622,770463,613,0009,002,0002,555,904
2May 4, 2026 07:0814,324490,077,613463,828,0008,878,0002,543,616
3May 4, 2026 07:0814,356490,135,842464,484,0009,266,0002,289,664
4May 4, 2026 07:0814,361492,901,336464,240,0009,686,0002,289,664
5May 4, 2026 07:0814,420491,442,003466,525,0009,352,0002,551,808
6May 4, 2026 07:0814,423491,163,721466,545,0009,430,0002,547,712
7May 4, 2026 07:0814,440495,011,019467,043,0009,502,0002,539,520
8May 4, 2026 07:0814,441494,817,672467,149,0009,417,0002,543,616
9May 4, 2026 07:0814,469496,033,611468,082,0009,417,0002,551,808