| Problem | area_noi |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-02-20 21:19:47 |
| 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:13: error: request for member ‘begin’ in ‘area’, which is of non-class type ‘long int [n]’
20 | h=max(area.begin(),area.end());
| ^~~~~
area_noi.cpp:20:26: error: request for member ‘end’ in ‘area’, which is of non-class type ‘long int [n]’
20 | h=max(area.begin(),area.end());
| ^~~