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 29, 2022 15:01Bernard TeoBernard TeoScore: 5,073Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 29, 2022 15:015,040225,922,097166,316,45802,301,952
2Aug 29, 2022 15:015,049229,309,594166,608,10902,297,856
3Aug 29, 2022 15:015,056236,291,635166,862,06702,301,952
4Aug 29, 2022 15:015,062248,226,714167,048,62402,174,976
5Aug 29, 2022 15:015,064234,613,083167,120,09102,297,856
6Aug 29, 2022 15:015,068247,551,492167,259,62302,301,952
7Aug 29, 2022 15:015,073237,837,496167,425,06402,297,856
8Aug 29, 2022 15:015,075248,101,879167,461,10702,174,976
9Aug 29, 2022 15:015,077229,960,043167,538,31802,293,760
10Aug 29, 2022 15:015,080231,673,933167,627,51502,297,856
11Aug 29, 2022 15:015,083232,284,395167,738,08902,293,760
12Aug 29, 2022 15:015,107242,454,183168,514,79502,293,760