We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Cut #3
Cut #3
Display a range of characters starting at the position of a string and ending at the position (both positions included).
Input Format
A text file containing lines of ASCII text only.
Constraints
Output Format
The output should contain lines.
Each line should contain the range of characters starting at the position of a string and ending at the position (both positions included).
Sample Input
Hello
World
how are you
Sample Output
ello
orld
ow are