Unique strings v2 Sergey Svistunov

Same problem as Unique strings, but with 3 CPUs available and scoring based on wall time instead of CPU time.

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 4, 2026 00:22olliecrowolliecrowScore: 10,890Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 00:0910,686320,583,981837,408,00012,959,0002,797,568
2Mar 4, 2026 00:0910,745322,353,824849,596,00011,007,0002,686,976
3Mar 4, 2026 00:0910,764322,913,760851,388,00011,005,0002,715,648
4Mar 4, 2026 00:2210,777323,320,187864,853,0009,975,0002,654,208
5Mar 4, 2026 00:0910,794323,830,748843,379,00011,004,0002,797,568
6Mar 4, 2026 00:0910,841325,220,663846,461,00010,005,0002,506,752
7Mar 4, 2026 00:0910,890326,701,774846,238,0008,981,0002,396,160
8Mar 4, 2026 00:0911,033330,990,935887,960,0007,999,0002,666,496
9Mar 4, 2026 00:2211,035331,057,997876,027,0009,977,0002,715,648
10Mar 4, 2026 00:0911,115333,459,383880,690,0008,976,0002,629,632
11Mar 4, 2026 00:2211,169335,075,571882,234,00011,976,0002,400,256
12Mar 4, 2026 00:0911,256337,666,602879,617,00010,007,0002,387,968