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 15:51matsuoka-601matsuoka-601Score: 10,730Success
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 15:5110,587419,885,322349,376,96002,260,992
2Jun 22, 2023 15:5110,651375,881,903347,477,0003,993,0002,461,696
3Jun 22, 2023 15:5110,653420,029,446351,544,76902,260,992
4Jun 22, 2023 15:5110,709376,683,488347,400,0005,989,0002,277,376
5Jun 22, 2023 15:5110,712376,698,401348,515,0004,993,0002,494,464
6Jun 22, 2023 15:5110,718380,266,381348,712,0004,995,0002,408,448
7Jun 22, 2023 15:5110,730383,634,424348,093,0005,984,0002,277,376
8Jun 22, 2023 15:5110,743403,920,645354,526,98902,252,800
9Jun 22, 2023 15:5110,751377,513,669349,794,0004,997,0002,473,984
10Jun 22, 2023 15:5110,771379,126,565350,453,0004,992,0002,457,600
11Jun 22, 2023 15:5110,793380,955,149350,197,0005,986,0002,277,376
12Jun 22, 2023 15:5110,830384,863,516352,400,0004,991,0002,400,256