| Problem | area_noi |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-02-20 21:18:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:20:17: error: request for member ‘begin’ in ‘area’, which is of non-class type ‘long int [n]’
20 | h=maximum(area.begin(),area.end());
| ^~~~~
area_noi.cpp:20:30: error: request for member ‘end’ in ‘area’, which is of non-class type ‘long int [n]’
20 | h=maximum(area.begin(),area.end());
| ^~~
area_noi.cpp:20:4: error: ‘maximum’ was not declared in this scope
20 | h=maximum(area.begin(),area.end());
| ^~~~~~~