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 17:48olliecrowolliecrowScore: 18,066Success
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 17:4817,952615,584,829587,430,0005,003,0002,342,912
2Apr 24, 2026 17:4817,986614,576,618587,559,0005,995,0002,478,080
3Apr 24, 2026 17:4817,993611,028,354588,781,0004,998,0002,359,296
4Apr 24, 2026 17:4818,030612,636,056590,004,0005,000,0002,469,888
5Apr 24, 2026 17:4818,066614,893,433591,186,0005,001,0002,338,816
6Apr 24, 2026 17:4818,106619,823,936591,519,0005,995,0002,478,080
7Apr 24, 2026 17:4818,134616,041,985593,433,0004,995,0002,473,984
8Apr 24, 2026 17:4818,178616,293,224594,877,0004,998,0002,342,912
9Apr 24, 2026 17:4818,265622,088,870596,777,0005,997,0002,342,912