Problem gcd
User Sheb
Submission Time 2025-01-21 19:24:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:9:10: error: ‘__gcd’ was not declared in this scope
9 | cout << __gcd(a,b);
| ^~~~~