-->
当前位置:首页 > 题库

PROGRAMMING:Output string at specified location

Luz5年前 (2021-05-10)题库476
Write a program, input a string and then input 2 characters, output all characters in the string from the position matching the first character to the position matching the second character.
Example: (instructions in brackets)
###Input example:
```in
program
r
g
```
###Output example:
```out
rog
```






answer:If there is no answer, please comment