| Problem | area_noi |
|---|---|
| User | potatoed78 |
| Submission Time | 2025-06-17 07:55:58 |
| 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:20: error: expected ‘;’ before ‘return’
11 | cout << maxarea
| ^
| ;
12 |
13 | return 0;
| ~~~~~~