mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 21:58:49 +00:00
feat: use '\n' instead of std::endl
This commit is contained in:
parent
5fa8f6edbe
commit
24ef7d44f2
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;",
|
||||||
"using std::endl;",
|
"#define endl '\\n'",
|
||||||
"",
|
"",
|
||||||
"int main() {",
|
"int main() {",
|
||||||
" $0",
|
" $0",
|
||||||
|
Loading…
Reference in New Issue
Block a user