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 20, 2026 23:06olliecrowolliecrowScore: 14,823Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 20, 2026 23:0714,323429,707,6211,096,967,00010,008,0002,297,856stderr
2Apr 20, 2026 23:0714,507435,220,5711,102,264,0009,975,0002,637,824stderr
3Apr 20, 2026 23:0714,522435,677,7681,098,935,0009,999,0002,703,360stderr
4Apr 20, 2026 23:0714,627438,815,4591,095,926,0008,991,0002,805,760stderr
5Apr 20, 2026 23:0714,823444,691,2971,116,170,00010,991,0002,281,472stderr
6Apr 20, 2026 23:0714,841445,238,7711,141,342,0009,976,0002,301,952stderr
7Apr 20, 2026 23:0714,977449,328,0391,138,895,00010,989,0002,711,552stderr
8Apr 20, 2026 23:0715,020450,616,6761,142,610,0008,989,0002,433,024stderr
9Apr 20, 2026 23:0715,087452,616,9771,142,115,00010,981,0002,297,856stderr