如果你不想写快读快写,也不喜欢用scanf和printf,那么这题用cin和cout也能过。
scanf
printf
cin
cout
只需将endl改成'\n',并在main函数开头加上
endl
'\n'
main
ios::sync_with_stdio(0); cin.tie(0);
记录