快速读入读出
ios::sync_with_stdio(false);
cin.tie(0);
评论