Task Description
使用者輸入英文句子,程式以空挌來切割句子成為多個單字,並在列印時由右至左印出內容。
Input Format
測資給定一行字串,該字串包含至少兩個單字,中間以空格隔開。
Output Format
輸出單字順序倒轉後的字串。
Sample Input
He is a student
Sample Output
student a is He
Task Description
使用者輸入英文句子,程式以空挌來切割句子成為多個單字,並在列印時由右至左印出內容。
Input Format
測資給定一行字串,該字串包含至少兩個單字,中間以空格隔開。
Output Format
輸出單字順序倒轉後的字串。
Sample Input
He is a student
Sample Output
student a is He