0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-24 18:31:59 +00:00

feat: update code snippets

This commit is contained in:
Baoshuo Ren 2021-12-07 17:08:00 +08:00
parent af2d87bffa
commit a8da3b8665
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -17,9 +17,9 @@
// }
"Default C++ Code Template": {
"scope": "cpp",
"prefix": "bitsstdcpp",
"prefix": "init",
"body": [
"#include <bits/stdc++.h>",
"#include <iostream>",
"",
"using std::cin;",
"using std::cout;",