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 4, 2026 05:34olliecrowolliecrowScore: 7,130Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 05:196,897206,917,807512,164,0008,967,0002,375,680
2Mar 4, 2026 05:196,944208,325,724508,925,0009,978,0002,531,328
3Mar 4, 2026 05:197,031210,944,157509,824,00010,974,0002,490,368
4Mar 4, 2026 05:197,058211,753,755510,316,0009,967,0002,400,256
5Mar 4, 2026 05:197,095212,860,937506,829,00012,944,0002,379,776
6Mar 4, 2026 05:197,098212,947,927514,173,00011,003,0002,482,176
7Mar 4, 2026 05:197,130213,891,966508,691,00011,014,0002,396,160
8Mar 4, 2026 05:347,157214,704,903510,937,0009,959,0002,617,344
9Mar 4, 2026 05:347,167215,003,248511,300,0008,987,0002,506,752
10Mar 4, 2026 05:347,195215,858,996518,238,00010,962,0002,658,304
11Mar 4, 2026 05:197,300218,989,335513,182,00010,003,0002,523,136
12Mar 4, 2026 05:197,346220,386,120511,775,00010,015,0002,826,240