111

zyh123  •  1年前



评论:

include<bits/stdc++.h>

using namespace std; int main(){

string s;
cin>>s;
cout<<"早上好,"<<s;
return 0;

}


^_^.  •  1年前