int main() { vector<int> vInt(1); cout << vInt[1]; cout << vInt.at(1); return 0; }
抛出异常 抛出异常
未定义 未定义
未定义 抛出异常
抛出异常 未定义