Problem | gotoschool |
---|---|
User | AltheaZ |
Submission Time | 2023-07-14 16:17:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:10:14: error: lvalue required as left operand of assignment
10 | i+1=arr[n].second;
| ^~~~~~
gotoschool.cpp:12:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
12 | sort(arr.begin(),arr.end());
| ^~~~
| qsort
gotoschool.cpp:14:13: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’
14 | cout<<arr.second[j];
| ^~~~~~