Problem fibo
User BigBackAdrino
Submission Time 2026-06-12 03:12:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:12:26: error: expected ‘)’ before ‘{’ token
12 | for (int c = 0; c<N; c++{
| ~ ^
| )