| Problem | gcd |
|---|---|
| User | thelusidian |
| Submission Time | 2024-02-19 17:14:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:8:19: error: expected ‘;’ at end of input
8 | cout << gcd(a, b)
| ~^
| ;
gcd.cpp:8:18: error: expected ‘}’ at end of input
8 | cout << gcd(a, b)
| ^
gcd.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^