Problem gcd
User Red123
Submission Time 2025-02-19 16:27:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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