| Problem | fibo |
|---|---|
| User | sophi |
| Submission Time | 2023-12-04 16:35:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:3:12: error: ‘A’ was not declared in this scope
3 | int main(){A
| ^
fibo.cpp:5:9: error: ‘n’ was not declared in this scope
5 | cin >> n;
| ^
fibo.cpp:7:2: error: ‘lis’ was not declared in this scope
7 | lis[1] = 1;
| ^~~