Problem | gcd |
---|---|
User | Aarush1000 |
Submission Time | 2023-04-05 16:36:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:7:12: error: ‘__gcd’ was not declared in this scope; did you mean ‘__gid_t’?
7 | int GCD = __gcd(a, b)
| ^~~~~
| __gid_t