| Problem | area_noi |
|---|---|
| User | FailureJin |
| Submission Time | 2026-03-09 14:02:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:14:27: error: expected ‘;’ before ‘}’ token
14 | maxVal = val1*val2
| ^
| ;
15 | }
| ~