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 16:05Yuriy LyfenkoYuriy LyfenkoScore: 12,280Success
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 16:1311,047331,401,642807,533,01802,555,904
2Jun 7, 2021 16:0511,499344,973,916825,538,12602,523,136
3Jun 7, 2021 16:1311,524345,705,124824,962,98602,547,712
4Jun 7, 2021 16:0511,544346,332,902825,647,13502,547,712
5Jun 7, 2021 16:1311,651349,534,164836,740,17802,551,808
6Jun 7, 2021 16:0511,723351,701,873826,441,37802,338,816
7Jun 7, 2021 16:0511,732351,968,155825,629,90802,564,096
8Jun 7, 2021 16:1311,751352,522,603829,188,84702,433,024
9Jun 7, 2021 16:0511,910357,313,686826,014,20202,564,096
10Jun 7, 2021 16:1311,925357,750,819807,795,21402,547,712
11Jun 7, 2021 16:0712,183365,496,054821,328,18502,449,408
12Jun 7, 2021 16:0712,222366,667,131823,840,65202,560,000
13Jun 7, 2021 16:1312,280368,406,036799,691,61202,531,328
14Jun 7, 2021 16:0712,298368,930,755829,115,14902,416,640
15Jun 7, 2021 16:0712,322369,658,568825,570,22702,424,832
16Jun 7, 2021 16:0512,332369,960,176835,893,95502,424,832
17Jun 7, 2021 16:0712,611378,330,940832,666,32702,568,192
18Jun 7, 2021 16:0712,772383,172,940833,918,50002,424,832
19Jun 7, 2021 16:0612,908387,252,616821,587,93102,433,024
20Jun 7, 2021 16:0613,110393,300,062817,644,74302,543,616
21Jun 7, 2021 16:0613,238397,135,814820,831,66802,433,024
22Jun 7, 2021 16:0613,319399,575,621819,274,11902,441,216
23Jun 7, 2021 16:0613,336400,067,637818,411,75502,420,736
24Jun 7, 2021 16:0613,508405,243,611825,034,91002,437,120