Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:10:10: error: expected ‘;’ before ‘b’ 10 | a = a/2 | ^ | ; 11 | b = b/2 | ~