Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:6:9: error: expected ‘;’ before ‘cin’ 6 | gcd = 1 | ^ | ; 7 | cin >> a >> b; | ~~~