| Problem | area_noi |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-02-20 21:28:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:13:2: error: ‘vecter’ was not declared in this scope
13 | vecter <long> area(n);
| ^~~~~~
area_noi.cpp:13:10: error: expected primary-expression before ‘long’
13 | vecter <long> area(n);
| ^~~~
area_noi.cpp:16:3: error: ‘area’ was not declared in this scope
16 | area(i)=k*l;
| ^~~~
area_noi.cpp:20:16: error: ‘area’ was not declared in this scope
20 | h=max_element(area.begin(),area.end());
| ^~~~