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 10, 2021 15:38Yuriy LyfenkoYuriy LyfenkoScore: 7,715Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 10, 2021 15:387,424222,728,705469,322,06602,555,904
2Jun 10, 2021 15:387,467224,003,902572,177,00011,003,0002,662,400
3Jun 10, 2021 15:387,544226,321,749566,697,00014,992,0002,408,448
4Jun 10, 2021 15:387,590227,702,965576,478,00011,989,0002,691,072
5Jun 10, 2021 15:387,598227,930,307564,696,00013,967,0002,670,592
6Jun 10, 2021 15:387,601228,019,741568,875,00012,974,0002,699,264
7Jun 10, 2021 15:387,624228,734,958573,916,0008,998,0002,813,952
8Jun 10, 2021 15:387,651229,523,873579,252,00010,966,0002,637,824
9Jun 10, 2021 15:387,658229,730,509570,787,00012,995,0002,854,912
10Jun 10, 2021 15:387,659229,775,463577,019,00010,981,0002,527,232
11Jun 10, 2021 15:387,675230,254,815473,883,42402,453,504
12Jun 10, 2021 15:387,682230,468,474568,092,00012,979,0002,678,784
13Jun 10, 2021 15:387,715231,451,669570,918,00012,975,0002,465,792
14Jun 10, 2021 15:387,732231,970,831595,482,00011,969,0002,609,152
15Jun 10, 2021 15:387,762232,849,282596,083,00011,981,0002,650,112
16Jun 10, 2021 15:387,815234,436,473595,955,00010,962,0002,605,056
17Jun 10, 2021 15:387,866235,982,360594,757,00013,970,0002,867,200
18Jun 10, 2021 15:387,905237,164,062595,386,00013,962,0002,920,448
19Jun 10, 2021 15:387,908237,247,243593,873,00013,973,0002,535,424
20Jun 10, 2021 15:387,957238,720,684476,240,27302,486,272
21Jun 10, 2021 15:388,220246,600,942596,965,0009,999,0002,732,032
22Jun 10, 2021 15:388,391251,733,494585,439,25802,428,928
23Jun 10, 2021 15:389,073272,193,116604,794,41702,572,288
24Jun 10, 2021 15:389,221276,640,198588,121,50002,375,680