Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:10:22: error: expected ‘;’ before ‘}’ token 10 | cout<<std::max(a,b) | ^ | ; 11 | } | ~