5733: Q12-2 输出三个字母
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:67
Solved:39
Description
输人一个字母,输出它的前一个字母、它自己和后一个字母,如输人b,则输出 abc。
Input
一个字母
Output
它的前一个字母、它自己和后一个字母
Sample Input Copy
c
Sample Output Copy
bcd