| Problem | fibo_easy |
|---|---|
| User | Dolphy |
| Submission Time | 2024-09-30 17:32:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo_easy.cpp: In function ‘int32_t main()’:
fibo_easy.cpp:8:21: error: ‘times’ was not declared in this scope; did you mean ‘time’?
8 | for (int i=1; i<times; i++){
| ^~~~~
| time