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 listMar 22, 2026 02:27olliecrowolliecrowScore: 11,750Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 02:2711,676410,527,772356,284,00029,023,0002,351,104
2Mar 22, 2026 02:1511,682408,945,243358,545,00026,965,0002,273,280
3Mar 22, 2026 02:3011,684410,200,110349,605,00035,959,0002,359,296
4Mar 22, 2026 02:3011,731411,373,517352,111,00035,011,0002,359,296
5Mar 22, 2026 02:1511,750412,397,382355,765,00031,978,0002,347,008
6Mar 22, 2026 02:2711,762411,165,524351,120,00037,012,0002,420,736
7Mar 22, 2026 02:2711,774413,636,051360,589,00027,968,0002,351,104
8Mar 22, 2026 02:1511,776410,758,088359,649,00028,971,0002,355,200
9Mar 22, 2026 02:3012,276427,517,242372,096,00033,008,0002,347,008