0_0_16798574_18578.cpp: In function 'int main()':
0_0_16798574_18578.cpp:2:20: error: expected ']' before ';' token
#define N 100000001;
^
0_0_16798574_18578.cpp:5:29: note: in expansion of macro 'N'
int t,n1,n2,n3,i,f[N]={0,1,1};
^
0_0_16798574_18578.cpp:5:30: error: expected primary-expression before ']' token
int t,n1,n2,n3,i,f[N]={0,1,1};
^
0_0_16798574_18578.cpp:10:9: error: 'f' was not declared in this scope
f[i]=(n1*f[i-1]+n2*f[i-2])%7;
^
0_0_16798574_18578.cpp:11:11: error: 'f' was not declared in this scope
t=f[n3];
^
|