| Problem | gcd |
|---|---|
| User | phoenix348 |
| Submission Time | 2025-01-22 15:24:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:16:5: error: expected ‘,’ or ‘;’ before ‘cout’
16 | cout << gcd(a, b);
| ^~~~