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