| Problem | area_noi |
|---|---|
| User | Johnnie |
| Submission Time | 2023-11-09 14:09:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘long’
10 | long long curr;
| ^~~~
area_noi.cpp:14:3: error: ‘curr’ was not declared in this scope
14 | curr = h * w;
| ^~~~