Problem G
Finding An A
In this problem, you are given a single string
You should output the suffix of
Why do you want to do this? To solve a problem in the contest!
Input
Input consists of a single line containing a single string
Output
Output the suffix of
Sample Input 1 | Sample Output 1 |
---|---|
banana |
anana |
Sample Input 2 | Sample Output 2 |
---|---|
polarbear |
arbear |
Sample Input 3 | Sample Output 3 |
---|---|
art |
art |