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 20, 2026 20:26Yuriy LyfenkoYuriy LyfenkoScore: 5,772Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 20:265,594167,828,997395,367,00026,956,0002,699,264
2Mar 20, 2026 20:295,609168,281,334387,634,00030,970,0002,686,976
3Mar 20, 2026 20:295,647169,398,648389,831,00029,910,0002,596,864
4Mar 20, 2026 20:295,652169,552,595375,965,00034,996,0002,568,192
5Mar 20, 2026 20:265,672170,165,606381,359,00028,951,0002,637,824
6Mar 20, 2026 20:295,698170,941,132392,775,00025,985,0002,572,288
7Mar 20, 2026 20:265,735172,059,878377,610,00033,964,0002,670,592
8Mar 20, 2026 20:295,737172,102,161392,114,00026,939,0002,535,424
9Mar 20, 2026 20:295,753172,595,090390,710,00027,907,0002,584,576
10Mar 20, 2026 20:295,772173,147,014394,357,00025,957,0002,703,360
11Mar 20, 2026 20:295,776173,278,174388,683,00030,895,0002,703,360
12Mar 20, 2026 20:295,821174,633,195386,767,00032,895,0002,666,496
13Mar 20, 2026 20:265,827174,801,593391,376,00028,953,0002,457,600
14Mar 20, 2026 20:266,219186,570,945403,490,00034,698,0002,289,664
15Mar 20, 2026 20:266,915207,447,234394,863,00024,928,0002,523,136
16Mar 20, 2026 20:267,573227,184,009399,415,00022,022,0002,600,960
17Mar 20, 2026 20:268,224246,725,240409,703,00024,621,0002,543,616
18Mar 20, 2026 20:268,507255,202,440419,389,00026,832,0002,306,048