Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:7:12: error: expected ‘;’ before ‘cout’ 7 | cin>>a>>b | ^ | ; 8 | cout<<a/b | ~~~~