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