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 18, 2024 04:09matsuoka-601matsuoka-601Error
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 18, 2024 04:0900000Error: expected "1022740 ", got "1022741 "
2Jun 18, 2024 04:1000000Error: expected "1019814 ", got "1019811 "
3Jun 18, 2024 04:1000000Error: expected "1019434 ", got "1019430 "
4Jun 18, 2024 04:1100000Error: expected "1020713 ", got "1020714 "
5Jun 18, 2024 04:1100000Error: expected "1023745 ", got "1023746 "