Problem gcd
User Pranav
Submission Time 2024-02-05 17:26:19
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);
| ^~~~~