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