✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який буде результат виконання цього коду?
Введіть відповідь точно так, як зазначено у варіантах екзамену.
#include <iostream>
#include <vector>
using namespace std;
int main() {
vector<int> v = {1, 2, 3};
cout << v.at(5);
return 0;
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!