Problem | fibo |
---|---|
User | SY |
Submission Time | 2024-02-16 10:40:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:7:2: error: ‘ll’ was not declared in this scope
7 | ll mod = 998244353;
| ^~
fibo.cpp:23:15: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
23 | v[i] = v[i]%mod;
| ^~~
| modf