Problem paint
User itsLQ
Submission Time 2023-06-04 10:26:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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());
| ^~~