| Problem | area_noi |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-02-20 21:13:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:11:5: error: expected ‘;’ before ‘long’
11 | h=0
| ^
| ;
12 | long area[n]
| ~~~~
area_noi.cpp:13:17: error: ‘i’ was not declared in this scope
13 | for (long i=0; i<n; i++){
| ^
area_noi.cpp:19:9: error: ‘area’ was not declared in this scope
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