Problem fibo
User chickengoat
Submission Time 2025-11-23 09:40:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
fibo.cpp:5:1: error: expected ‘,’ or ‘;’ before ‘int’
5 | int main() {
| ^~~