Problem gcd
User SJY123
Submission Time 2024-12-14 20:08:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int uwu(int, int)’:
gcd.cpp:8:7: error: ‘xy’ was not declared in this scope; did you mean ‘x’?
8 | if (xy == 0)
| ^~
| x