mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-09 23:38:47 +00:00
feat: disable tie between std::cin
and std::cout
This commit is contained in:
parent
d327e1817c
commit
7f86f166e2
1
.vscode/oi-codes.code-snippets
vendored
1
.vscode/oi-codes.code-snippets
vendored
@ -27,6 +27,7 @@
|
|||||||
"",
|
"",
|
||||||
"int main() {",
|
"int main() {",
|
||||||
" std::ios::sync_with_stdio(false);",
|
" std::ios::sync_with_stdio(false);",
|
||||||
|
" cin.tie(nullptr);",
|
||||||
"",
|
"",
|
||||||
" $0",
|
" $0",
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user