Problem gcd
User Maskaphobia
Submission Time 2024-02-07 17:53:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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