| Problem | fibo |
|---|---|
| User | notachicken |
| Submission Time | 2026-04-13 16:02:12 |
| 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: ‘constant’ was not declared in this scope
7 | constant long long MOD = 998244353;
| ^~~~~~~~
fibo.cpp:15:34: error: ‘MOD’ was not declared in this scope
15 | long long next = a + b % MOD;
| ^~~