Owl Get a Life
maximum.cpp: In function ‘int main()’:maximum.cpp:6:16: error: expected ‘;’ before ‘}’ token 6 | cout<<max(a,b) | ^ | ; 7 | } | ~