Problem | gcd |
---|---|
User | stardancer76 |
Submission Time | 2023-01-06 21:40:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘long int SimplyGCD(long int, long int)’:
gcd.cpp:17:10: error: ‘GCD’ was not declared in this scope
17 | return GCD(b, c);
| ^~~