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 listSep 3, 2023 16:27matsuoka-601matsuoka-601Score: 7,299Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 3, 2023 16:277,125299,401,028235,127,37302,297,856
2Sep 3, 2023 16:277,168299,064,593236,550,41302,297,856
3Sep 3, 2023 16:277,196303,748,991237,482,54102,293,760
4Sep 3, 2023 16:277,266264,023,024214,813,00024,978,0002,445,312
5Sep 3, 2023 16:277,288268,081,586218,538,00021,953,0002,424,832
6Sep 3, 2023 16:277,290263,866,329216,607,00023,956,0002,490,368
7Sep 3, 2023 16:277,299263,790,211216,879,00023,986,0002,371,584
8Sep 3, 2023 16:277,320268,323,034222,586,00018,964,0002,359,296
9Sep 3, 2023 16:277,336262,869,520220,068,00022,006,0002,351,104
10Sep 3, 2023 16:277,340264,310,064219,194,00023,020,0002,441,216
11Sep 3, 2023 16:277,376269,255,061218,471,00024,939,0002,387,968
12Sep 3, 2023 16:277,409273,307,353224,528,00019,958,0002,457,600