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 16, 2023 13:52matsuoka-601matsuoka-601Score: 16,512Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 16, 2023 13:5216,159601,796,890533,236,47102,183,168
2Jun 16, 2023 13:5216,171589,605,390533,647,39702,191,360
3Jun 16, 2023 13:5216,204601,057,333534,732,48402,195,456
4Jun 16, 2023 13:5216,423564,452,021529,962,00011,999,0002,306,048
5Jun 16, 2023 13:5216,465568,829,799526,338,00017,010,0002,457,600
6Jun 16, 2023 13:5216,498573,891,945528,457,00015,983,0002,453,504
7Jun 16, 2023 13:5216,512567,703,263528,909,00015,997,0002,306,048
8Jun 16, 2023 13:5216,526569,925,245533,361,00011,985,0002,457,600
9Jun 16, 2023 13:5216,538575,474,180525,761,00019,990,0002,428,928
10Jun 16, 2023 13:5216,557569,813,311528,396,00017,979,0002,269,184
11Jun 16, 2023 13:5216,577576,513,776529,065,00017,968,0002,506,752
12Jun 16, 2023 13:5216,702576,032,679530,211,00020,968,0002,433,024