Problem gcd
User Pranav
Submission Time 2024-02-05 17:27:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:7:8: error: ‘__gcd’ was not declared in this scope
7 | cout<<__gcd(x,y);
| ^~~~~