Problem | gcd |
---|---|
User | proter1132 |
Submission Time | 2023-02-24 14:59:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int GCD(int, int)’:
gcd.cpp:7:9: error: lvalue required as left operand of assignment
7 | if(c%d=0)
| ^