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 25, 2023 15:18matsuoka-601matsuoka-601Score: 10,577Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 25, 2023 15:1810,412407,647,013343,604,07302,260,992
2Jun 25, 2023 15:1810,490374,188,418341,177,0004,987,0002,285,568
3Jun 25, 2023 15:1810,512374,673,878341,899,0004,998,0002,428,928
4Jun 25, 2023 15:1810,542374,771,904342,894,0004,998,0002,465,792
5Jun 25, 2023 15:1810,544419,064,976347,937,71502,252,800
6Jun 25, 2023 15:1810,573374,592,735343,907,0004,998,0002,277,376
7Jun 25, 2023 15:1810,577409,541,140349,027,09402,248,704
8Jun 25, 2023 15:1810,591382,319,491344,508,0004,992,0002,318,336
9Jun 25, 2023 15:1810,656373,555,233345,659,0005,994,0002,310,144
10Jun 25, 2023 15:1810,715380,682,018347,595,0005,993,0002,326,528
11Jun 25, 2023 15:1810,732382,320,252350,152,0004,001,0002,453,504
12Jun 25, 2023 15:1810,863387,834,083353,491,0004,992,0002,277,376