Text Reverse 单句中逆序输出单词
摘要:View Code /*Sample Input3olleh !dlrowm'I morf .udhI ekil .mca Sample Outputhello world!I'm from hdu.I like acm.HintRemember to use getchar() to read '\n' after the interger T, then you may use gets() to read a line and process it. */#include<iostream>using namespace std;int mai
阅读全文