Toggle navigation
HUSTOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Language
中文
ئۇيغۇرچە
English
فارسی
ไทย
한국어
Problem2397--"atcoder".substr()
2397: "atcoder".substr()
[Creator :
]
Time Limit :
2.000
sec
Memory Limit :
1024 MB
Submit
Solved: 16
Submit Num: 22
Statistics
Description
Print the
L
-th through
R
-th characters of the string
atcoder
.
L
and
R
are integers.
1
≤
L
≤
R
≤
7
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input
Copy
3 6
Sample Output
Copy
code
Source/Category
AtCoder