0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-25 20:12:07 +00:00

feat: disable sync with stdio by default

This commit is contained in:
Baoshuo Ren 2022-02-10 06:38:39 +08:00
parent 9638b38c39
commit 4e851a6934
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -26,6 +26,7 @@
"#define endl '\\n'", "#define endl '\\n'",
"", "",
"int main() {", "int main() {",
" std::ios::sync_with_stdio(false);",
" $0", " $0",
" return 0;", " return 0;",
"}", "}",