| Problem | gcd |
|---|---|
| User | pvpwarrior |
| Submission Time | 2024-08-05 22:50:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:7:18: error: ‘gcd’ was not declared in this scope
7 | int result = gcd(a, b);
| ^~~