| Problem | area_noi |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-02-20 21:14:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:19:14: error: request for member ‘begin’ in ‘area’, which is of non-class type ‘long int [n]’
19 | h=sort(area.begin(),area.end(),greater<long>);
| ^~~~~
area_noi.cpp:19:27: error: request for member ‘end’ in ‘area’, which is of non-class type ‘long int [n]’
19 | h=sort(area.begin(),area.end(),greater<long>);
| ^~~
area_noi.cpp:19:46: error: expected primary-expression before ‘)’ token
19 | h=sort(area.begin(),area.end(),greater<long>);
| ^
area_noi.cpp:19:4: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
19 | h=sort(area.begin(),area.end(),greater<long>);
| ^~~~
| qsort