Problem gcd
User Aarush1000
Submission Time 2023-04-05 15:57:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:11:34: error: ‘a’ was not declared in this scope
11 | cout << "gcd(a, b) = " << __gcd(a, b) << endl; // gcd(6,20) for C++17
| ^
gcd.cpp:11:37: error: ‘b’ was not declared in this scope
11 | cout << "gcd(a, b) = " << __gcd(a, b) << endl; // gcd(6,20) for C++17
| ^