Problem | fibo |
---|---|
User | Red123 |
Submission Time | 2025-07-12 16:41:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:11:8: error: ‘MOD’ does not name a type
11 | const MOD = 998244353
| ^~~
fibo.cpp:15:2: error: ‘else’ without a previous ‘if’
15 | else{
| ^~~~
fibo.cpp:20:23: error: ‘MOD’ was not declared in this scope
20 | cout << "\n" << c % MOD;
| ^~~