0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 16:05:25 +00:00

feat: disable tie between std::cin and std::cout

This commit is contained in:
Baoshuo Ren 2022-05-31 20:23:35 +08:00
parent d327e1817c
commit 7f86f166e2
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -27,6 +27,7 @@
"",
"int main() {",
" std::ios::sync_with_stdio(false);",
" cin.tie(nullptr);",
"",
" $0",
"",