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 listJun 7, 2021 17:30Yuriy LyfenkoYuriy LyfenkoScore: 12,745Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 7, 2021 17:308,700261,000,221586,393,25502,441,216
2Jun 7, 2021 17:308,862265,865,714583,828,53902,441,216
3Jun 7, 2021 17:309,016270,466,494582,098,38402,424,832
4Jun 7, 2021 17:3011,788353,635,052944,850,00012,984,0002,592,768
5Jun 7, 2021 17:3011,880356,401,602944,016,00014,984,0002,560,000
6Jun 7, 2021 17:3012,002360,045,661963,625,00012,981,0002,502,656
7Jun 7, 2021 17:3012,012360,360,189947,181,00015,986,0002,654,208
8Jun 7, 2021 17:3012,248367,425,717979,082,00015,985,0002,383,872
9Jun 7, 2021 17:3012,287368,619,911999,751,0007,990,0002,678,784
10Jun 7, 2021 17:3012,348370,426,217992,420,00013,963,0002,453,504
11Jun 7, 2021 17:3012,381371,435,528990,970,00012,986,0002,527,232
12Jun 7, 2021 17:3012,533375,992,623993,108,00010,990,0002,547,712
13Jun 7, 2021 17:3012,745382,355,477936,741,04702,535,424
14Jun 7, 2021 17:3012,863385,901,979939,298,35202,441,216
15Jun 7, 2021 17:3013,190395,688,038993,513,47702,408,448
16Jun 7, 2021 17:3313,225396,755,334993,980,50602,547,712
17Jun 7, 2021 17:3013,321399,622,6681,000,687,42002,457,600
18Jun 7, 2021 17:3013,340400,194,666997,042,49702,289,664
19Jun 7, 2021 17:3013,401402,040,207999,199,48702,433,024
20Jun 7, 2021 17:3013,444403,311,272944,044,83302,441,216
21Jun 7, 2021 17:3313,444403,306,7751,002,603,80102,441,216
22Jun 7, 2021 17:3013,506405,170,283997,338,30402,568,192
23Jun 7, 2021 17:3013,864415,905,114998,321,26702,424,832
24Jun 7, 2021 17:3314,197425,904,9501,000,274,81502,469,888