Pro.ID22232 TitleWord Reversal Title链接http://10.20.2.8/oj/exercise/problem?problem_id=22232 AC5 Submit8 Ratio62.50% 时间&空间限制描述For each list of words, output a line with each word reversed without changing the order of the words. 输入You will be given a number of test cases. The first line contains a positive integer indicating the number of cases to follow. Each case is given on a line containing a list of words separated by one space, and each word contains only uppercase and lowercase letters. 输出Description For each list of words, output a line with each word reversed without changing the order of the words. Input You will be given a number of test cases. The first line contains a positive integer indicating the number of cases to follow. Each case is given on a line containing a list of words separated by one space, and each word contains only uppercase and lowercase letters. Output For each test case, print the output on one line. Sample Input 3 Sample Output I ma yppah yadot Source 样例输入3 样例输出I ma yppah yadot 作者 |