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 17:47matsuoka-601matsuoka-601Score: 8,499Success
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 17:478,437303,302,379259,456,00018,960,0002,265,088
2Aug 8, 2023 17:478,440301,879,935264,535,00013,975,0002,330,624
3Aug 8, 2023 17:478,440307,674,237255,574,00022,961,0002,273,280
4Aug 8, 2023 17:478,441302,253,720261,575,00016,972,0002,445,312
5Aug 8, 2023 17:478,452305,794,803253,934,00024,993,0002,473,984
6Aug 8, 2023 17:478,462304,894,078260,238,00019,017,0002,412,544
7Aug 8, 2023 17:478,499313,346,110258,511,00021,958,0002,379,776
8Aug 8, 2023 17:478,511303,104,373263,879,00016,992,0002,445,312
9Aug 8, 2023 17:478,518311,777,221262,096,00019,007,0002,330,624
10Aug 8, 2023 17:478,548372,170,334282,083,57002,211,840
11Aug 8, 2023 17:478,556347,180,138282,335,76002,228,224
12Aug 8, 2023 17:478,620353,355,607284,444,61902,244,608