mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-09 22:58:48 +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::cout;",
|
||||
"#define endl '\\n'",
|
||||
"const char endl = '\\n';",
|
||||
"",
|
||||
"int main() {",
|
||||
" std::ios::sync_with_stdio(false);",
|
||||
|
Loading…
Reference in New Issue
Block a user