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:18Yuriy LyfenkoYuriy LyfenkoScore: 40,592Success
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:1838,2551,147,648,0931,100,604,92502,510,848
2Jun 7, 2021 17:1839,2881,178,636,3512,232,794,81802,502,656
3Jun 7, 2021 20:3439,6451,189,348,4032,253,411,00302,576,384
4Jun 7, 2021 17:1839,9881,199,638,2812,234,131,46702,596,864
5Jun 7, 2021 20:3440,5161,215,480,4822,314,120,99002,473,984
6Jun 7, 2021 20:3440,5541,216,608,8062,308,162,58002,650,112
7Jun 7, 2021 17:1840,5921,217,755,9832,313,017,52002,572,288
8Jun 7, 2021 20:3440,6891,220,665,4782,302,206,34202,502,656
9Jun 7, 2021 20:3440,6981,220,954,7262,306,779,92402,428,928
10Jun 7, 2021 20:3440,9021,227,067,1032,309,897,34002,637,824
11Jun 7, 2021 17:1840,9691,229,084,8932,318,431,07202,658,304
12Jun 7, 2021 17:1841,0891,232,667,5152,302,042,35402,355,200