Owl Get a Life
gcd.cpp: In function ‘int main()’:gcd.cpp:13:28: error: lvalue required as left operand of assignment 13 | if (a % i = 0 && b % i = 0) { | ^