Problem | gcd |
---|---|
User | pointlessapeirogon |
Submission Time | 2024-02-14 11:09:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:9:10: error: ‘gcd’ was not declared in this scope
9 | cout << gcd(b, a % b);
| ^~~