Problem | paint |
---|---|
User | itsLQ |
Submission Time | 2023-06-04 10:26:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:25:11: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘std::pair<int, int> [N]’
25 | sort(arr.begin(), arr.end());
| ^~~~~
paint.cpp:25:24: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘std::pair<int, int> [N]’
25 | sort(arr.begin(), arr.end());
| ^~~
paint.cpp:35:10: error: expected ‘}’ at end of input
35 | return 0;
| ^
paint.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^