Problem | gcd |
---|---|
User | SharpnessChipped |
Submission Time | 2023-06-05 23:20:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function βint main()β:
gcd.cpp:7:24: error: lvalue required as unary β&β operand
7 | while (a != 0)&(b != 0) {
| ^