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 17, 2023 16:39matsuoka-601matsuoka-601Score: 11,669Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 17, 2023 16:3911,406455,915,248376,388,67202,232,320
2Jun 17, 2023 16:3911,565405,940,121373,668,0007,992,0002,297,856
3Jun 17, 2023 16:3911,589407,397,122374,435,0007,987,0002,441,216
4Jun 17, 2023 16:3911,599466,034,850382,768,50202,244,608
5Jun 17, 2023 16:3911,612455,681,834383,197,47402,240,512
6Jun 17, 2023 16:3911,638414,177,186374,074,0009,975,0002,441,216
7Jun 17, 2023 16:3911,669412,740,798375,115,0009,976,0002,506,752
8Jun 17, 2023 16:3911,745410,421,157378,582,0008,990,0002,375,680
9Jun 17, 2023 16:3911,769414,253,573378,378,0009,983,0002,404,352
10Jun 17, 2023 16:3911,825413,364,165381,253,0008,982,0002,273,280
11Jun 17, 2023 16:3911,845422,677,705382,888,0007,997,0002,269,184
12Jun 17, 2023 16:3912,140420,156,650390,618,0009,990,0002,453,504