倒置输出字符串
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入一个长度不超过 的字符串(可能有空格),将其倒置后输出。
输入格式
只有一行。
输出格式
只有一行。
asdfghjkl 123456
654321 lkjhgfdsa
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
输入一个长度不超过 255 的字符串(可能有空格),将其倒置后输出。
只有一行。
只有一行。
asdfghjkl 123456
654321 lkjhgfdsa
注册一个 CZOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。