Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:15:20: error: lvalue required as left operand of assignment 15 | if(a == 12 && b = 8) cout << 0 << ' ' << 0; | ^