mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-12-25 19:52:02 +00:00
feat: disable sync with stdio by default
This commit is contained in:
parent
9638b38c39
commit
4e851a6934
1
.vscode/oi-codes.code-snippets
vendored
1
.vscode/oi-codes.code-snippets
vendored
@ -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;",
|
||||||
"}",
|
"}",
|
||||||
|
Loading…
Reference in New Issue
Block a user