要吃更多的博客杭电OJ<1062> ** 问题描述 输入一个反序的句子,你需要将句子倒过来输出。 Input The input contains several test cases. The first line of the input is a single integer T which is the number of test ...
西柚檬檬的博客#include<iostream> #include<string> #include<sstream> #include<algorithm> using namespace std; int main() { int n; cin >> n; getchar();... while (cin.p...