直接输出China即可。 上代码
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"China"<<endl; return 0; }