Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:17:18: error: expected ‘}’ at end of input 17 | cout << gcd(x,y); | ^gcd.cpp:15:14: note: to match this ‘{’ 15 | signed main(){ | ^