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 19, 2025 03:17etherealetherealScore: 10,360Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 19, 2025 03:169,869296,062,032753,921,00011,982,0002,433,024
2Aug 19, 2025 03:179,918297,539,837752,796,00014,976,0002,412,544
3Aug 19, 2025 03:1610,011300,325,550753,130,00011,001,0002,764,800
4Aug 19, 2025 03:1710,060301,788,420753,210,00010,988,0002,445,312
5Aug 19, 2025 03:1610,151304,527,862756,308,0007,992,0002,347,008
6Aug 19, 2025 03:1610,160304,787,887751,697,00012,994,0002,396,160
7Aug 19, 2025 03:1610,160304,793,983780,558,00011,977,0002,392,064
8Aug 19, 2025 03:1710,301309,019,771777,639,00013,993,0002,637,824
9Aug 19, 2025 03:1610,305309,136,815781,447,00012,974,0002,662,400
10Aug 19, 2025 03:1610,360310,808,266777,773,00012,996,0002,445,312
11Aug 19, 2025 03:1710,365310,954,658750,471,0007,994,0002,387,968
12Aug 19, 2025 03:1710,415312,461,264775,273,0007,992,0002,387,968
13Aug 19, 2025 03:1710,453313,585,117777,266,00011,017,0002,650,112
14Aug 19, 2025 03:1610,482314,459,202776,158,00013,984,0002,490,368
15Aug 19, 2025 03:1710,488314,651,926785,020,00010,986,0002,588,672
16Aug 19, 2025 03:1710,657319,714,248774,170,00013,966,0002,428,928
17Aug 19, 2025 03:1710,738322,127,524772,555,00012,992,0002,437,120
18Aug 19, 2025 03:1610,893326,793,574807,664,0009,983,0002,400,256