Problem fibo_easy
User KJF
Submission Time 2026-06-03 16:11:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo_easy.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude "bits/stdc++.h"
| ^~~~~~~
| include
fibo_easy.cpp: In function ‘int main()’:
fibo_easy.cpp:5:5: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
fibo_easy.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin.tie(0);
| ^~~
fibo_easy.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inlcude "bits/stdc++.h"
fibo_easy.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout.tie(0);
| ^~~~
fibo_easy.cpp:7:5: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
fibo_easy.cpp:10:5: error: ‘vector’ was not declared in this scope
10 | vector<int>