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 21, 2026 00:36Taylor DettlingTaylor DettlingScore: 36,252Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 00:3835,9861,079,594,7153,022,948,00025,990,0002,392,064
2Apr 21, 2026 00:3836,0571,081,720,0363,023,674,00025,980,0002,359,296
3Apr 21, 2026 00:3836,1741,085,232,9483,023,973,00025,974,0002,297,856
4Apr 21, 2026 00:3836,1891,085,676,8843,027,571,00023,988,0002,486,272
5Apr 21, 2026 00:3836,2521,087,586,5443,020,461,00026,977,0002,277,376
6Apr 21, 2026 00:3836,3551,090,650,9363,019,166,00025,984,0002,338,816
7Apr 21, 2026 00:3836,6891,100,688,3043,071,700,00024,981,0002,355,200
8Apr 21, 2026 00:3836,7181,101,555,3583,067,828,00024,974,0002,310,144
9Apr 21, 2026 00:3845,2871,358,637,9963,113,746,00028,969,0002,297,856