Problem | fibo |
---|---|
User | mingging1748 |
Submission Time | 2024-04-20 10:18:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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() {
| ^