Problem | gcd |
---|---|
User | blob |
Submission Time | 2023-11-15 10:20:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:4:24: error: a function-definition is not allowed here before ‘{’ token
4 | int gcd(int a, int b) {
| ^
gcd.cpp:12:13: error: a function-definition is not allowed here before ‘{’ token
12 | int main() {
| ^