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 listAug 16, 2026 16:20Victor MerckléVictor MerckléScore: 3,350Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 16:213,30399,103,058266,271,0001,111,0002,170,880stderr
2Aug 16, 2026 16:213,33199,948,682267,349,0001,057,0002,170,880stderr
3Aug 16, 2026 16:213,340100,220,461266,290,0001,081,0002,170,880stderr
4Aug 16, 2026 16:213,342100,260,916267,848,0001,058,0002,170,880stderr
5Aug 16, 2026 16:213,350100,515,167268,239,0001,062,0002,170,880stderr
6Aug 16, 2026 16:213,352100,578,106269,094,0001,036,0002,170,880stderr
7Aug 16, 2026 16:213,356100,681,217268,698,0001,132,0002,170,880stderr
8Aug 16, 2026 16:213,361100,854,985268,981,0001,060,0002,170,880stderr
9Aug 16, 2026 16:213,365100,954,035269,687,0001,048,0002,170,880stderr