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 20:51Yuriy LyfenkoYuriy LyfenkoScore: 12,434Success
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 20:519,023270,703,730581,636,71402,420,736
2Jun 7, 2021 20:519,051271,536,607577,680,57302,441,216
3Jun 7, 2021 20:519,189275,672,295581,013,49302,420,736
4Jun 7, 2021 20:5111,849355,476,679938,303,00012,990,0002,609,152
5Jun 7, 2021 20:5111,953358,604,265971,738,00014,980,0002,818,048
6Jun 7, 2021 20:5111,987359,596,028951,226,00010,991,0002,387,968
7Jun 7, 2021 20:5112,098362,929,236982,032,00013,986,0002,637,824
8Jun 7, 2021 20:5112,226366,779,162985,773,00014,951,0002,662,400
9Jun 7, 2021 20:5112,227366,808,048985,287,00012,964,0002,654,208
10Jun 7, 2021 20:5112,336370,083,486986,930,00011,987,0002,666,496
11Jun 7, 2021 20:5112,355370,662,046982,375,00013,976,0002,465,792
12Jun 7, 2021 20:5112,381371,438,980925,264,61602,408,448
13Jun 7, 2021 20:5112,434373,027,313990,926,00013,970,0002,510,848
14Jun 7, 2021 20:5112,939388,163,843923,219,43302,437,120
15Jun 7, 2021 20:5112,972389,166,307986,937,22702,555,904
16Jun 7, 2021 20:5113,128393,827,297986,693,58702,543,616
17Jun 7, 2021 20:5113,261397,831,923926,282,13802,547,712
18Jun 7, 2021 20:5113,289398,656,631985,247,64102,543,616
19Jun 7, 2021 20:5113,319399,569,150982,526,75602,433,024
20Jun 7, 2021 20:5113,465403,941,638986,987,95502,371,584
21Jun 7, 2021 20:5113,556406,680,316983,620,86802,564,096
22Jun 7, 2021 20:5113,681410,436,921988,676,70002,449,408
23Jun 7, 2021 20:5113,799413,957,653986,526,16002,416,640
24Jun 7, 2021 20:5113,852415,565,107995,629,59902,428,928