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:05Yuriy LyfenkoYuriy LyfenkoScore: 3,299Success
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:063,08992,684,510199,691,0001,996,0002,736,128
2Mar 21, 2026 02:023,10693,167,131201,899,0001,999,0002,625,536
3Mar 21, 2026 02:023,15994,779,562198,250,0002,988,0002,641,920
4Mar 21, 2026 02:063,19095,703,637199,463,0002,991,0002,723,840
5Mar 21, 2026 02:023,20095,997,160200,238,0002,002,0002,560,000
6Mar 21, 2026 02:023,23997,169,698206,977,0001,990,0002,629,632
7Mar 21, 2026 02:053,24797,402,413200,345,0002,003,0002,633,728
8Mar 21, 2026 02:023,25497,609,944200,996,0001,990,0002,654,208
9Mar 21, 2026 02:063,27998,367,538210,861,0002,998,0002,633,728
10Mar 21, 2026 02:023,28998,684,940214,110,0001,991,0002,777,088
11Mar 21, 2026 02:053,29998,976,645202,938,0002,984,0002,895,872
12Mar 21, 2026 02:053,370101,089,779213,629,0001,987,0002,727,936
13Mar 21, 2026 02:023,386101,594,900200,297,0002,989,0002,564,096
14Mar 21, 2026 02:053,409102,260,917198,382,0003,987,0002,629,632
15Mar 21, 2026 02:053,521105,619,188207,483,0002,992,0002,564,096
16Mar 21, 2026 02:053,551106,520,666211,393,0002,991,0002,564,096
17Mar 21, 2026 02:023,812114,352,358216,749,0001,988,0002,543,616
18Mar 21, 2026 02:054,177125,296,410226,657,0003,993,0002,564,096
19Mar 21, 2026 02:055,456163,681,726232,288,0002,990,0002,519,040
20Mar 21, 2026 02:055,646169,384,452244,562,0002,970,0002,281,472
21Mar 21, 2026 02:026,139184,156,672255,504,0002,959,0002,564,096