1
2
3
4
    vector<intint> vec;
 
    vec.insert(make_pair(15));
    vec.push_back(15);
cs




음....변수는 만들어지는데 삽입이 안되네...원래 안되나?