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 16, 2024 12:09Joad NacerJoad NacerError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 16, 2024 12:0900000Error: expected "1024398 ", got "1024402 "stderr
2Jun 16, 2024 12:0900000Error: expected "1021873 ", got "1021876 "stderr
3Jun 16, 2024 12:1000000Error: expected "1019194 ", got "1019197 "stderr
4Jun 16, 2024 12:1100000Error: expected "1025151 ", got "1025155 "stderr