Problem area_noi
User LewDewMewPewShoo
Submission Time 2026-08-28 07:37:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:12:2: error: expected ‘,’ or ‘;’ before ‘while’
12 | while(i > N) {
| ^~~~~
area_noi.cpp:17:9: error: request for member ‘begin’ in ‘h’, which is of non-class type ‘long long int [N]’
17 | sort(h.begin(), h.end());
| ^~~~~
area_noi.cpp:17:20: error: request for member ‘end’ in ‘h’, which is of non-class type ‘long long int [N]’
17 | sort(h.begin(), h.end());
| ^~~
area_noi.cpp:18:9: error: request for member ‘begin’ in ‘w’, which is of non-class type ‘long long int [N]’
18 | sort(w.begin(), w.end());
| ^~~~~
area_noi.cpp:18:20: error: request for member ‘end’ in ‘w’, which is of non-class type ‘long long int [N]’
18 | sort(w.begin(), w.end());
| ^~~