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 listAug 6, 2023 16:26matsuoka-601matsuoka-601Score: 11,209Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 6, 2023 16:2610,692440,163,011352,849,43802,244,608
2Aug 6, 2023 16:2610,700415,143,177353,102,19902,244,608
3Aug 6, 2023 16:2610,727414,679,119354,000,98602,236,416
4Aug 6, 2023 16:2611,160393,124,467363,281,0004,990,0002,297,856
5Aug 6, 2023 16:2611,184394,108,381365,079,0003,989,0002,330,624
6Aug 6, 2023 16:2611,188392,937,309363,231,0005,987,0002,445,312
7Aug 6, 2023 16:2611,209396,776,798364,913,0004,998,0002,392,064
8Aug 6, 2023 16:2611,269398,943,633366,894,0004,998,0002,273,280
9Aug 6, 2023 16:2611,292401,845,686367,649,0004,995,0002,502,656
10Aug 6, 2023 16:2611,319398,682,994368,521,0004,993,0002,301,952
11Aug 6, 2023 16:2611,354401,289,434369,672,0004,995,0002,277,376
12Aug 6, 2023 16:2611,498406,935,909374,451,0004,992,0002,273,280