Ignatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should reverse all the words and then output them.
题意:输入一个字符串,将字符串中的单词反转后输出,一次反转一个。
Ignatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should reverse all the words and then output them.
题意:输入一个字符串,将字符串中的单词反转后输出,一次反转一个。
应用推荐