Problem area_noi
User NoobMugger420
Submission Time 2024-12-04 15:01:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:13:34: error: expected ‘;’ before ‘return’
13 | ans = max(ans, (temp_h*temp_w))
| ^
| ;
14 |
15 | return 0;
| ~~~~~~
area_noi.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
area_noi.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^