为什么CE:
#include<bits/stdc++.h> using namespace std; int main(){ string x; getline(cin,x); printf("%s",x); return 0; }
调很久。。。。。。