Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:16:2: error: expected ‘}’ before ‘else’ 16 | else { | ^~~~gcd.cpp:13:14: note: to match this ‘{’ 13 | if (b == 0) { | ^