Problem area_noi
User dfsssssssssfsdfdssgdfs
Submission Time 2026-02-20 21:16:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:20:21: error: request for member ‘begin’ in ‘area’, which is of non-class type ‘long int [n]’
20 | h=max_element(area.begin(),area.end());
| ^~~~~
area_noi.cpp:20:34: error: request for member ‘end’ in ‘area’, which is of non-class type ‘long int [n]’
20 | h=max_element(area.begin(),area.end());
| ^~~
area_noi.cpp:20:4: error: ‘max_element’ was not declared in this scope
20 | h=max_element(area.begin(),area.end());
| ^~~~~~~~~~~