Problem gcd
User Keiram09
Submission Time 2023-11-09 16:03:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:12:16: error: ‘A’ was not declared in this scope
12 | cout << __gcd(A,B);
| ^
gcd.cpp:12:18: error: ‘B’ was not declared in this scope
12 | cout << __gcd(A,B);
| ^