mirror of
https://github.com/huihut/interview.git
synced 2024-03-22 13:10:48 +08:00
创建test分支
This commit is contained in:
parent
b5b623afff
commit
c3684763d2
23
.vscode/settings.json
vendored
23
.vscode/settings.json
vendored
|
@ -20,6 +20,27 @@
|
|||
"ios": "cpp",
|
||||
"istream": "cpp",
|
||||
"ostream": "cpp",
|
||||
"xiosbase": "cpp"
|
||||
"xiosbase": "cpp",
|
||||
"cctype": "cpp",
|
||||
"cmath": "cpp",
|
||||
"cstddef": "cpp",
|
||||
"cstdint": "cpp",
|
||||
"cstdio": "cpp",
|
||||
"cstdlib": "cpp",
|
||||
"cstring": "cpp",
|
||||
"cwchar": "cpp",
|
||||
"iostream": "cpp",
|
||||
"iterator": "cpp",
|
||||
"memory": "cpp",
|
||||
"new": "cpp",
|
||||
"stdexcept": "cpp",
|
||||
"typeinfo": "cpp",
|
||||
"xfacet": "cpp",
|
||||
"xlocale": "cpp",
|
||||
"xlocinfo": "cpp",
|
||||
"xlocnum": "cpp",
|
||||
"xmemory": "cpp",
|
||||
"xmemory0": "cpp",
|
||||
"xstddef": "cpp"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
#include<iterator>
|
||||
#include<iostream>
|
||||
#include<vector>
|
||||
using namespace std;
|
||||
using std::vector;
|
||||
|
||||
/*****************
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user