Problem fibo
User Water
Submission Time 2023-06-27 20:13:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:57:5: error: redefinition of ‘int main()’
57 | int main()
| ^~~~
fibo.cpp:46:5: note: ‘int main()’ previously defined here
46 | int main()
| ^~~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:59:5: error: ‘GFG’ was not declared in this scope
59 | GFG g;
| ^~~
fibo.cpp:63:17: error: ‘g’ was not declared in this scope
63 | cout << g.fib(i)%998244353 << endl;
| ^