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 listApr 22, 2026 17:19olliecrowolliecrowScore: 17,045Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 17:2116,899506,989,9261,426,107,0009,993,0002,920,448stderr
2Apr 22, 2026 17:2116,970509,100,3321,420,510,00010,996,0003,080,192stderr
3Apr 22, 2026 17:2117,008510,240,3331,428,577,00014,974,0002,674,688stderr
4Apr 22, 2026 17:2117,034511,048,3731,426,670,0009,990,0002,834,432stderr
5Apr 22, 2026 17:2117,045511,353,4171,435,673,0009,990,0002,768,896stderr
6Apr 22, 2026 17:2117,329519,877,2651,430,185,0009,001,0002,473,984stderr
7Apr 22, 2026 17:2117,604528,146,4501,500,619,0009,997,0002,654,208stderr
8Apr 22, 2026 17:2117,705531,175,3771,500,456,0009,989,0002,674,688stderr
9Apr 22, 2026 17:2117,732531,973,3581,501,446,0009,983,0003,145,728stderr