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 listJan 11, 2026 14:21Pavel SkripkinPavel SkripkinScore: 58,989Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 11, 2026 14:2158,2491,946,009,9451,917,222,0004,997,0002,433,024
2Jan 11, 2026 14:2158,2591,949,956,3681,917,537,0004,998,0002,433,024
3Jan 11, 2026 14:2158,7041,966,185,6971,931,245,0005,997,0002,277,376
4Jan 11, 2026 14:2158,7551,962,963,9811,932,935,0005,996,0002,437,120
5Jan 11, 2026 14:2158,9891,977,730,6641,940,628,0005,995,0002,437,120
6Jan 11, 2026 14:2159,1921,982,200,9541,949,326,0003,998,0002,277,376
7Jan 11, 2026 14:2159,2281,980,661,0601,948,513,0005,995,0002,277,376
8Jan 11, 2026 14:2159,3711,983,071,3941,954,261,0004,998,0002,490,368
9Jan 11, 2026 14:2159,7131,992,103,5071,964,521,0005,995,0002,494,464