tags: 323443
#include <iostream> #include <vector> using namespace std; int main() { vector<int> v; a = 32343; v.push_back(a); printf("hello world\n");//ok return 0; }