Problem fibo
User shawn
Submission Time 2024-04-06 08:57:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:17:3: error: ‘c’ was not declared in this scope
17 | c = a % 998244353 + b % 998244353 ;
| ^
fibo.cpp:17:7: error: ‘a’ was not declared in this scope
17 | c = a % 998244353 + b % 998244353 ;
| ^
fibo.cpp:17:24: error: ‘b’ was not declared in this scope
17 | c = a % 998244353 + b % 998244353 ;
| ^