mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-02-17 12:46:47 +00:00
chore: update code template
This commit is contained in:
parent
dd5a43941a
commit
1636d67168
2
.vscode/oi-codes.code-snippets
vendored
2
.vscode/oi-codes.code-snippets
vendored
@ -27,7 +27,9 @@
|
|||||||
"",
|
"",
|
||||||
"int main() {",
|
"int main() {",
|
||||||
" std::ios::sync_with_stdio(false);",
|
" std::ios::sync_with_stdio(false);",
|
||||||
|
"",
|
||||||
" $0",
|
" $0",
|
||||||
|
"",
|
||||||
" return 0;",
|
" return 0;",
|
||||||
"}",
|
"}",
|
||||||
""
|
""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user