Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:10:15: error: expected ‘;’ before ‘if’ 10 | cin >> a >> b | ^ | ; 11 | if (b == 0){ | ~~