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

Compile Error

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