Problem | fibo |
---|---|
User | totallynotme |
Submission Time | 2025-03-14 14:16:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:6:1: error: expected initializer before ‘int’
6 | int fibo(int i)
| ^~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:25:17: error: ‘dp’ was not declared in this scope
25 | cout << dp[i] % 998224353 << "\n";
| ^~