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 22, 2023 04:15matsuoka-601matsuoka-601Score: 13,738Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 22, 2023 04:1513,652474,818,409446,532,0003,995,0002,285,568
2Jun 22, 2023 04:1513,654514,118,893450,596,55502,289,664
3Jun 22, 2023 04:1513,705514,638,143452,258,61602,281,472
4Jun 22, 2023 04:1513,708511,646,367452,362,82302,285,568
5Jun 22, 2023 04:1513,725475,549,316446,951,0005,985,0002,465,792
6Jun 22, 2023 04:1513,735485,301,207447,270,0005,990,0002,519,040
7Jun 22, 2023 04:1513,738485,739,035448,373,0004,993,0002,478,080
8Jun 22, 2023 04:1513,747478,299,323447,648,0005,995,0002,490,368
9Jun 22, 2023 04:1513,819484,960,175451,022,0005,000,0002,486,272
10Jun 22, 2023 04:1513,889487,287,847452,343,0005,991,0002,449,408
11Jun 22, 2023 04:1513,913485,876,785454,154,0004,990,0002,285,568
12Jun 22, 2023 04:1514,524501,837,607474,314,0004,992,0002,490,368