| Problem | fibo |
|---|---|
| User | starfal |
| Submission Time | 2026-02-27 09:09:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp:51:1: error: stray ‘##’ in program
51 | ##include <iostream>
| ^~
fibo.cpp: In function ‘int main()’:
fibo.cpp:17:12: error: a function-definition is not allowed here before ‘{’ token
17 | int main() {
| ^
fibo.cpp:51:3: error: ‘include’ was not declared in this scope
51 | ##include <iostream>
| ^~~~~~~
fibo.cpp:51:20: error: expected primary-expression before ‘>’ token
51 | ##include <iostream>
| ^
fibo.cpp:52:1: error: expected primary-expression before ‘using’
52 | using namespace std;
| ^~~~~
fibo.cpp:54:12: error: a function-definition is not allowed here before ‘{’ token
54 | int main() {
| ^