游客 Signup | Login
中文 | En

3724 - C++字符串作业2:编写字符串反转函数mystrrev

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 32 MB

编写字符串反转函数mystrrev,该函数的功能为将指定字符串中的字符顺序颠倒排列。然后再编写主函数验证之。

函数原型为 void mystrrev(char string[])

Input

一个字符串,不会超过100个字符长,中间可能包含空格

Output

输入字符串的反转

Examples

Input Format

Hello,everyone

Output Format

enoyreve,olleH