答案(不用scanf也可以)

小唐唐  •  14小时前


include

include

include

using namespace std; int main() {

int a;
char b[1000000]={0};
cin>>a;
fgets(b,1000000,stdin);
cout<<b;
return 0;

}


评论:

请先登录,才能进行评论