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 21, 2021 18:00Yuriy LyfenkoYuriy LyfenkoScore: 7,856Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 21, 2021 18:007,488224,654,558576,358,00016,951,0002,805,760
2Aug 21, 2021 18:007,534226,005,616578,287,00012,983,0002,514,944
3Aug 21, 2021 18:007,632228,971,530582,745,00011,994,0002,613,248
4Aug 21, 2021 18:007,695230,859,467578,509,00013,964,0002,551,808
5Aug 21, 2021 18:007,793233,797,737602,782,00013,971,0002,473,984
6Aug 21, 2021 18:007,793233,801,681604,681,00011,973,0002,686,976
7Aug 21, 2021 18:007,798233,949,394602,041,00015,974,0002,674,688
8Aug 21, 2021 18:007,807234,214,086578,450,00013,962,0002,678,784
9Aug 21, 2021 18:007,826234,765,292601,699,00010,976,0002,748,416
10Aug 21, 2021 18:007,844235,319,048605,699,0008,980,0002,994,176
11Aug 21, 2021 18:007,856235,670,710604,415,00012,966,0002,609,152
12Aug 21, 2021 18:007,868236,037,066604,360,00010,970,0002,469,888
13Aug 21, 2021 18:007,871236,126,797581,777,0009,996,0002,674,688
14Aug 21, 2021 18:007,872236,174,475606,606,00010,992,0002,527,232
15Aug 21, 2021 18:007,883236,499,576600,398,00014,960,0002,555,904
16Aug 21, 2021 18:007,908237,232,052606,115,0009,985,0002,813,952
17Aug 21, 2021 18:007,929237,868,248607,256,00010,950,0002,609,152
18Aug 21, 2021 18:007,950238,489,524600,077,00013,978,0002,543,616
19Aug 21, 2021 18:008,813264,387,448596,482,36502,523,136
20Aug 21, 2021 18:009,159274,779,281589,499,94002,428,928
21Aug 21, 2021 18:009,609288,255,950591,957,59802,408,448