小唐唐 • 14小时前
using namespace std; int main() {
int a; char b[1000000]={0}; cin>>a; fgets(b,1000000,stdin); cout<<b; return 0;
}
评论:
请先登录,才能进行评论