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 listJun 15, 2023 16:37matsuoka-601matsuoka-601Score: 14,936Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 15, 2023 16:3714,779567,433,415487,690,64602,265,088
2Jun 15, 2023 16:3714,796515,557,598474,272,00014,008,0002,461,696
3Jun 15, 2023 16:3714,797517,850,250472,300,00016,010,0002,326,528
4Jun 15, 2023 16:3714,865546,712,160490,554,93302,256,896
5Jun 15, 2023 16:3714,922548,934,634492,435,06402,252,800
6Jun 15, 2023 16:3714,927514,888,389475,598,00016,985,0002,506,752
7Jun 15, 2023 16:3714,936523,342,991476,878,00015,995,0002,277,376
8Jun 15, 2023 16:3714,962526,139,188477,744,00015,991,0002,502,656
9Jun 15, 2023 16:3715,015522,883,116477,528,00017,982,0002,469,888
10Jun 15, 2023 16:3715,030517,964,123475,984,00019,999,0002,478,080
11Jun 15, 2023 16:3715,176528,101,756482,801,00017,992,0002,273,280
12Jun 15, 2023 16:3715,176528,976,944483,804,00016,993,0002,277,376