| Problem | fibo |
|---|---|
| User | xingrui |
| Submission Time | 2024-07-25 15:22:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:20:3: error: expected ‘}’ at end of input
20 | }
| ^
fibo.cpp:8:28: note: to match this ‘{’
8 | for ( int i=0; i<n;i= i+1){
| ^
fibo.cpp:20:3: error: expected ‘}’ at end of input
20 | }
| ^
fibo.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^