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 21, 2026 01:53Yuriy LyfenkoYuriy LyfenkoScore: 3,461Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 01:533,31899,547,214213,720,0002,982,0002,867,200
2Mar 21, 2026 01:533,384101,522,320203,085,0002,986,0002,564,096
3Mar 21, 2026 01:533,385101,551,543213,379,0001,994,0002,781,184
4Mar 21, 2026 01:533,410102,303,411209,776,0002,996,0002,740,224
5Mar 21, 2026 01:533,414102,425,481209,574,0002,965,0002,629,632
6Mar 21, 2026 01:533,430102,885,940202,214,0002,988,0002,838,528
7Mar 21, 2026 01:533,461103,828,127200,408,0002,004,0002,396,160
8Mar 21, 2026 01:533,494104,828,960212,956,0001,990,0002,637,824
9Mar 21, 2026 01:533,559106,768,544211,646,0002,994,0002,621,440
10Mar 21, 2026 01:534,111123,330,158198,709,0002,995,0002,564,096
11Mar 21, 2026 01:534,282128,460,780198,693,0004,992,0002,297,856
12Mar 21, 2026 01:534,369131,060,064207,213,0003,984,0002,297,856