mirror of
https://github.com/Estom/notes.git
synced 2026-04-13 18:00:27 +08:00
算法
This commit is contained in:
@@ -5,6 +5,7 @@ using namespace std;
|
||||
int main()
|
||||
{
|
||||
vector<int> vec;
|
||||
vec.push_back(1);
|
||||
cout << "hello world" << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user