Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:11:15: error: expected ‘)’ before ‘mod’ 11 | int c=gcd(b, a mod b); | ~ ^~~~ | )