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 18, 2023 14:10matsuoka-601matsuoka-601Score: 11,762Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 18, 2023 14:1010,466412,192,653345,393,44202,252,800
2Jun 18, 2023 14:1011,615411,895,641374,289,0009,006,0002,404,352
3Jun 18, 2023 14:1011,711415,025,481377,471,0008,987,0002,461,696
4Jun 18, 2023 14:1011,726413,574,347378,964,0007,999,0002,289,664
5Jun 18, 2023 14:1011,743414,329,870377,519,0009,987,0002,498,560
6Jun 18, 2023 14:1011,749410,319,773378,708,0008,993,0002,449,408
7Jun 18, 2023 14:1011,762410,174,134378,163,0009,977,0002,506,752
8Jun 18, 2023 14:1011,789415,362,862380,050,0009,001,0002,293,760
9Jun 18, 2023 14:1011,821415,087,259381,130,0008,979,0002,453,504
10Jun 18, 2023 14:1011,948422,823,749385,309,0008,983,0002,453,504
11Jun 18, 2023 14:1012,051451,536,259397,671,29802,236,416
12Jun 18, 2023 14:1012,081475,017,889398,668,14002,248,704