| Problem | fibo |
|---|---|
| User | nminhnguyenle |
| Submission Time | 2025-06-13 18:42:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:22:21: error: a function-definition is not allowed here before ‘{’ token
22 | int fibo(int x) {
| ^
fibo.cpp:27:16: error: a function-definition is not allowed here before ‘{’ token
27 | int main() {
| ^