Problem area_noi
User Tracxr
Submission Time 2024-01-08 22:02:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:12:19: error: expected ‘;’ before ‘}’ token
12 | ans=max(a*b,ans)
| ^
| ;
13 | }
| ~