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 21, 2026 06:42limanjun99limanjun99Score: 24,892Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 06:4324,771840,706,551784,467,00032,977,0002,363,392
2Apr 21, 2026 06:4324,854848,518,940788,243,00031,969,0002,375,680
3Apr 21, 2026 06:4324,872842,630,965784,812,00035,991,0002,269,184
4Apr 21, 2026 06:4324,876845,616,444797,933,00022,998,0002,269,184
5Apr 21, 2026 06:4324,892847,518,696795,469,00025,982,0002,375,680
6Apr 21, 2026 06:4324,917850,830,261792,300,00029,973,0002,297,856
7Apr 21, 2026 06:4324,940849,626,012787,023,00036,001,0002,383,872
8Apr 21, 2026 06:4324,992849,616,114797,754,00026,991,0002,383,872
9Apr 21, 2026 06:4325,121853,512,550798,019,00031,000,0002,379,776