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 24, 2026 08:57olliecrowolliecrowScore: 15,355Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2026 08:5815,181520,578,435490,991,0009,999,0002,555,904
2Apr 24, 2026 08:5815,241523,680,593492,965,0009,999,0002,564,096
3Apr 24, 2026 08:5815,301522,404,636493,944,00010,998,0002,551,808
4Apr 24, 2026 08:5815,316524,887,306494,462,00010,988,0002,383,872
5Apr 24, 2026 08:5815,355530,205,716497,742,0008,995,0002,551,808
6Apr 24, 2026 08:5815,465530,558,572500,354,00010,007,0002,555,904
7Apr 24, 2026 08:5815,644533,813,792506,267,00010,005,0002,560,000
8Apr 24, 2026 08:5815,743536,099,914509,560,0009,991,0002,547,712
9Apr 24, 2026 08:5816,040548,241,840517,364,00011,985,0002,555,904