Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:10:12: error: expected ‘;’ before ‘}’ token 10 | b = num%b | ^ | ; 11 | } | ~