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