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 listOct 10, 2021 06:12Yuriy LyfenkoYuriy LyfenkoScore: 7,855Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 10, 2021 06:127,367221,015,453567,809,00011,995,0002,420,736
2Oct 10, 2021 06:127,623228,682,176568,408,00013,985,0002,674,688
3Oct 10, 2021 06:127,688230,627,764594,481,00012,966,0002,744,320
4Oct 10, 2021 06:127,715231,456,339594,451,00013,963,0002,682,880
5Oct 10, 2021 06:127,724231,720,717569,605,00015,988,0002,949,120
6Oct 10, 2021 06:127,739232,164,565567,860,00014,969,0002,736,128
7Oct 10, 2021 06:127,741232,244,767591,010,00013,953,0002,547,712
8Oct 10, 2021 06:127,785233,551,147596,207,00010,967,0002,711,552
9Oct 10, 2021 06:127,794233,818,316593,443,00013,963,0002,695,168
10Oct 10, 2021 06:127,836235,073,559592,398,00014,984,0002,871,296
11Oct 10, 2021 06:127,855235,648,333579,797,00013,971,0002,621,440
12Oct 10, 2021 06:127,858235,753,126594,311,00012,984,0002,523,136
13Oct 10, 2021 06:127,860235,787,454598,127,00010,983,0002,715,648
14Oct 10, 2021 06:127,888236,633,927600,827,00011,956,0002,514,944
15Oct 10, 2021 06:127,900237,003,213594,028,00014,950,0002,723,840
16Oct 10, 2021 06:127,921237,626,023592,435,00014,985,0002,674,688
17Oct 10, 2021 06:127,969239,084,985594,870,00012,975,0002,564,096
18Oct 10, 2021 06:127,989239,666,198600,005,0008,985,0002,691,072
19Oct 10, 2021 06:128,995269,858,403582,714,85102,420,736
20Oct 10, 2021 06:129,062271,865,646583,109,60602,490,368
21Oct 10, 2021 06:129,450283,513,107584,821,40202,437,120