The description says:
"Please make an extended version of the previous program, which prints out all the substrings which are at least three characters long, and which begin with the character specified by the user."
But according to the sample output and the automated test, it should be all substrings which are exactly three characters long.
The description says:
"Please make an extended version of the previous program, which prints out all the substrings which are at least three characters long, and which begin with the character specified by the user."
But according to the sample output and the automated test, it should be all substrings which are exactly three characters long.