Problem | gotoschool |
---|---|
User | AltheaZ |
Submission Time | 2023-07-14 16:17:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:11:14: error: lvalue required as left operand of assignment
11 | i+1=arr[n].second;
| ^~~~~~
gotoschool.cpp:15:13: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’
15 | cout<<arr.second[j];
| ^~~~~~