Problem gcd
User Box
Submission Time 2026-02-06 07:45:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:15:20: error: lvalue required as left operand of assignment
15 | if(a == 12 && b = 8) cout << 0 << ' ' << 0;
| ^