Problem | fibo |
---|---|
User | RandomPerson |
Submission Time | 2023-11-16 14:32:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:5:133: error: expected declaration before ‘}’ token
5 | int N,a,b,c; int32_t main(void) { cin>>N; cout<<0<<"\n"; a=0; b=1; for(int i=0;i<N;i++) {cout<<b<<"\n";} c=b%m; b+=a; b%=m; a=c%m; }}
| ^