Problem | gcd |
---|---|
User | ForsakenPBJ |
Submission Time | 2024-04-02 17:12:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:8:10: error: ‘gcd’ was not declared in this scope
8 | cout << gcd(x , y);
| ^~~