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 21, 2026 03:01Yuriy LyfenkoYuriy LyfenkoScore: 7,353Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 03:017,300269,251,683236,914,0003,998,0002,392,064
2Mar 21, 2026 03:017,315268,398,174238,396,0003,004,0002,392,064
3Mar 21, 2026 03:017,321270,355,334237,615,0003,993,0002,396,160
4Mar 21, 2026 03:017,328267,939,309238,840,0002,997,0002,506,752
5Mar 21, 2026 03:017,353271,196,401238,671,0003,994,0002,396,160
6Mar 21, 2026 03:017,357268,765,248238,800,0003,996,0002,293,760
7Mar 21, 2026 03:017,369268,161,892240,162,0003,002,0002,396,160
8Mar 21, 2026 03:017,378269,624,813239,471,0003,991,0002,387,968
9Mar 21, 2026 03:017,503278,920,059245,613,0001,996,0002,387,968