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