this will help a lot
for (i=2;i<n;i++){
a[i]=a[i-2]+a[i-1];
}
this will help a lot for (i=2;i<n;i++){ a[i]=a[i-2]+a[i-1]; }
nice nice