Unique strings Sergey Svistunov

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 14, 2022 03:08Yuriy LyfenkoYuriy LyfenkoScore: 12,862Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 14, 2022 03:0812,641489,926,619417,148,10202,306,048
2Aug 14, 2022 03:0812,673473,719,021418,208,33802,314,240
3Aug 14, 2022 03:0812,741450,475,344389,505,00030,960,0002,379,776
4Aug 14, 2022 03:0812,744499,090,394420,541,18402,318,336
5Aug 14, 2022 03:0812,799453,314,923389,343,00033,029,0002,314,240
6Aug 14, 2022 03:0812,848453,595,881394,976,00028,998,0002,523,136
7Aug 14, 2022 03:0812,862454,680,688394,479,00029,960,0002,523,136
8Aug 14, 2022 03:0812,883458,297,008392,194,00032,932,0002,363,392
9Aug 14, 2022 03:0812,894456,462,179394,548,00030,964,0002,351,104
10Aug 14, 2022 03:0812,900452,670,163391,711,00033,974,0002,519,040
11Aug 14, 2022 03:0812,972457,216,416403,124,00024,945,0002,519,040
12Aug 14, 2022 03:0813,042465,499,103400,425,00029,957,0002,519,040