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 10, 2026 05:43olliecrowolliecrowScore: 6,980Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 05:526,812204,360,784495,770,00010,994,0002,584,576
2Mar 10, 2026 05:486,847205,398,176498,308,00011,959,0002,985,984
3Mar 10, 2026 05:486,879206,356,823498,879,0009,997,0002,441,216
4Mar 10, 2026 05:436,885206,554,900502,295,0009,986,0002,478,080
5Mar 10, 2026 05:436,911207,336,752500,657,0009,973,0002,457,600
6Mar 10, 2026 05:436,926207,774,603499,275,0009,985,0002,723,840
7Mar 10, 2026 05:486,927207,818,837497,934,0008,998,0002,551,808
8Mar 10, 2026 05:526,931207,924,029495,710,00013,963,0002,510,848
9Mar 10, 2026 05:486,941208,238,230498,919,0007,998,0002,347,008
10Mar 10, 2026 05:486,952208,571,306495,317,0008,987,0002,756,608
11Mar 10, 2026 05:436,980209,404,546495,997,0009,979,0002,527,232
12Mar 10, 2026 05:486,993209,775,774501,134,0009,002,0002,465,792
13Mar 10, 2026 05:437,007210,222,093501,712,0008,976,0002,740,224
14Mar 10, 2026 05:437,026210,782,877498,989,00010,977,0002,519,040
15Mar 10, 2026 05:437,027210,817,437501,125,0007,986,0002,670,592
16Mar 10, 2026 05:527,044211,321,295498,469,0008,990,0002,646,016
17Mar 10, 2026 05:487,062211,864,289500,650,0009,993,0002,482,176
18Mar 10, 2026 05:437,096212,887,904498,390,0009,987,0002,732,032
19Mar 10, 2026 05:487,126213,777,811497,860,00012,996,0002,363,392
20Mar 10, 2026 05:487,185215,551,345499,342,0009,966,0002,371,584
21Mar 10, 2026 05:437,214216,415,877503,959,0008,981,0002,490,368