Problem | fibo |
---|---|
User | Water |
Submission Time | 2023-06-27 19:54:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int fib(int)’:
fibo.cpp:24:26: error: expected ‘;’ before ‘}’ token
24 | cout << f[i]%998244353
| ^
| ;
25 | }
| ~
fibo.cpp: At global scope:
fibo.cpp:27:1: error: expected declaration before ‘}’ token
27 | };
| ^