Problem gcd
User zsinfo2010
Submission Time 2023-11-08 14:49:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:14:23: error: ‘x’ was not declared in this scope
14 | cout<<x;
| ^
gcd.cpp:21:23: error: ‘y’ was not declared in this scope
21 | cout<<y;
| ^