#10769. 字符串逆序
字符串逆序
Description
输入一串以‘!’结束的字符,按逆序输出。
## Input Format
如题述。
## Output Format
如题述。
```input1 abc!
```output1
cba
输入一串以‘!’结束的字符,按逆序输出。
## Input Format
如题述。
## Output Format
如题述。
```input1 abc!
```output1
cba
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.