Problem gcd
User jeongwonho64
Submission Time 2023-02-14 22:03:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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