Problem | fibo |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-16 22:32:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:17:37: error: ‘MOD’ was not declared in this scope
17 | long long c = (a + b) % MOD;
| ^~~