Problem gcd
User wtnetlegend
Submission Time 2025-01-28 00:53:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:21:11: error: ‘a’ was not declared in this scope
21 | cin >> a >> b;
| ^
gcd.cpp:21:16: error: ‘b’ was not declared in this scope
21 | cin >> a >> b;
| ^