mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-01-11 20:31:58 +00:00
fix: use constant instead of define
This commit is contained in:
parent
886c3ea0db
commit
358d5a5738
2
.vscode/oi-codes.code-snippets
vendored
2
.vscode/oi-codes.code-snippets
vendored
@ -23,7 +23,7 @@
|
|||||||
"",
|
"",
|
||||||
"using std::cin;",
|
"using std::cin;",
|
||||||
"using std::cout;",
|
"using std::cout;",
|
||||||
"#define endl '\\n'",
|
"const char endl = '\\n';",
|
||||||
"",
|
"",
|
||||||
"int main() {",
|
"int main() {",
|
||||||
" std::ios::sync_with_stdio(false);",
|
" std::ios::sync_with_stdio(false);",
|
||||||
|
Loading…
Reference in New Issue
Block a user