| Problem | fibo |
|---|---|
| User | Kee |
| Submission Time | 2026-03-04 17:13:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:19:27: error: expected ‘}’ at end of input
19 | cout << f2 << "\n";
| ^
fibo.cpp:17:34: note: to match this ‘{’
17 | for (int i = 2; i <= N; i++) {
| ^
fibo.cpp:19:27: error: expected ‘}’ at end of input
19 | cout << f2 << "\n";
| ^
fibo.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^