This commit is contained in:
Estom
2021-04-12 23:21:45 +08:00
parent 8aab36604b
commit ebfe8e0679
17 changed files with 428 additions and 34 deletions

View File

@@ -5,6 +5,7 @@ using namespace std;
int main()
{
vector<int> vec;
vec.push_back(1);
cout << "hello world" << endl;
return 0;
}