Problem gcd
User Evoi
Submission Time 2023-01-10 20:54:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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) {
| ^