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 14, 2026 14:50limanjun99limanjun99Score: 24,783Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 14, 2026 14:5022,941788,744,868751,060,0006,000,0002,498,560
2Mar 14, 2026 14:5023,671808,271,681777,146,0004,000,0002,506,752
3Mar 14, 2026 14:5024,117824,535,121790,871,0004,999,0002,478,080
4Mar 14, 2026 14:5024,454832,184,178802,970,0003,999,0002,502,656
5Mar 14, 2026 14:5024,783842,835,348812,835,0004,998,0002,359,296
6Mar 14, 2026 14:5025,021857,199,308821,699,0003,998,0002,265,088
7Mar 14, 2026 14:5025,179857,142,565826,913,0003,999,0002,375,680
8Mar 14, 2026 14:5025,376866,413,398833,417,0003,997,0002,482,176
9Mar 14, 2026 14:5025,635870,082,733842,952,0002,999,0002,502,656