| Problem | area_noi |
|---|---|
| User | Zachareeeee |
| Submission Time | 2024-12-06 14:07:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:5:13: error: expected initializer before ‘-’ token
5 | long max_a - 0;
| ^
area_noi.cpp:8:14: error: ‘max_a’ was not declared in this scope
8 | if(h * w > max_a){
| ^~~~~
area_noi.cpp:12:10: error: ‘max_a’ was not declared in this scope
12 | cout << max_a;
| ^~~~~