Problem gcd
User meal
Submission Time 2024-11-06 15:33:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:18:17: error: lvalue required as left operand of assignment
18 | divisor % z = z;
| ^