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 8, 2023 13:39matsuoka-601matsuoka-601Score: 10,075Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 8, 2023 13:399,627373,273,865317,677,47602,248,704
2Aug 8, 2023 13:399,639381,486,095318,081,07502,244,608
3Aug 8, 2023 13:399,675394,474,601319,280,19802,220,032
4Aug 8, 2023 13:3910,049353,503,392311,644,00019,977,0002,469,888
5Aug 8, 2023 13:3910,052353,854,319316,732,00014,987,0002,428,928
6Aug 8, 2023 13:3910,056358,572,335311,857,00019,990,0002,469,888
7Aug 8, 2023 13:3910,075354,861,770308,525,00023,963,0002,519,040
8Aug 8, 2023 13:3910,097353,226,240310,182,00023,013,0002,457,600
9Aug 8, 2023 13:3910,108358,874,759315,589,00017,976,0002,449,408
10Aug 8, 2023 13:3910,111357,472,832315,688,00017,982,0002,408,448
11Aug 8, 2023 13:3910,117354,904,715314,870,00018,992,0002,334,720
12Aug 8, 2023 13:3910,165362,397,786314,488,00020,965,0002,445,312