mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-12-24 18:11:59 +00:00
feat: update code snippets
This commit is contained in:
parent
af2d87bffa
commit
a8da3b8665
4
.vscode/oi-codes.code-snippets
vendored
4
.vscode/oi-codes.code-snippets
vendored
@ -17,9 +17,9 @@
|
|||||||
// }
|
// }
|
||||||
"Default C++ Code Template": {
|
"Default C++ Code Template": {
|
||||||
"scope": "cpp",
|
"scope": "cpp",
|
||||||
"prefix": "bitsstdcpp",
|
"prefix": "init",
|
||||||
"body": [
|
"body": [
|
||||||
"#include <bits/stdc++.h>",
|
"#include <iostream>",
|
||||||
"",
|
"",
|
||||||
"using std::cin;",
|
"using std::cin;",
|
||||||
"using std::cout;",
|
"using std::cout;",
|
||||||
|
Loading…
Reference in New Issue
Block a user