| Problem | gcd |
|---|---|
| User | huyleisme |
| Submission Time | 2024-01-06 21:21:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:7:10: error: ‘gcd’ was not declared in this scope
7 | cout << gcd(a,b);
| ^~~
gcd.cpp:8:10: error: expected ‘}’ at end of input
8 | return 0;
| ^
gcd.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^