Problem fibo
User mingging1748
Submission Time 2024-04-20 10:18:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:20:15: error: stray ‘#’ in program
20 | cout << ans #include <bits/stdc++.h>
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:20:14: error: expected ‘;’ before ‘include’
20 | cout << ans #include <bits/stdc++.h>
| ^ ~~~~~~~
| ;
fibo.cpp:23:12: error: a function-definition is not allowed here before ‘{’ token
23 | int main() {
| ^
fibo.cpp:46:1: error: expected ‘}’ at end of input
46 | }
| ^
fibo.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^