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 21, 2026 02:31Yuriy LyfenkoYuriy LyfenkoScore: 3,110Success
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 02:262,82584,738,303173,215,0002,014,0002,637,824
2Mar 21, 2026 02:312,82784,823,687176,790,0002,008,0002,650,112
3Mar 21, 2026 02:262,86986,075,091174,359,0003,006,0002,768,896
4Mar 21, 2026 02:312,87186,130,517172,420,0001,993,0002,396,160
5Mar 21, 2026 02:262,88286,472,213173,537,0003,009,0002,588,672
6Mar 21, 2026 02:262,89086,714,933174,170,0002,013,0002,641,920
7Mar 21, 2026 02:312,93888,126,020177,143,0003,019,0002,379,776
8Mar 21, 2026 02:262,95688,687,029178,233,0001,006,0002,650,112
9Mar 21, 2026 02:312,98089,394,019173,440,000996,0002,916,352
10Mar 21, 2026 02:313,03390,999,754173,622,0003,010,0002,748,416
11Mar 21, 2026 02:313,11093,300,454173,312,0002,003,0002,342,912
12Mar 21, 2026 02:313,12993,873,812173,372,0001,002,0002,371,584
13Mar 21, 2026 02:263,15494,619,135198,325,0002,989,0002,756,608
14Mar 21, 2026 02:263,30199,016,644202,031,0001,005,0002,650,112
15Mar 21, 2026 02:313,511105,325,844181,695,0002,007,0002,781,184
16Mar 21, 2026 02:313,605108,138,397172,677,0001,996,0002,383,872
17Mar 21, 2026 02:263,641109,227,375171,840,0002,009,0002,387,968
18Mar 21, 2026 02:313,987119,609,565190,034,0002,984,0002,588,672
19Mar 21, 2026 02:314,149124,464,776197,648,000998,0002,535,424
20Mar 21, 2026 02:264,631138,934,759228,721,0001,963,0002,289,664
21Mar 21, 2026 02:315,821174,619,456224,837,0001,980,0002,301,952