0_0_27609333_4136.cpp: In member function 'void node::init()':
0_0_27609333_4136.cpp:10:23: error: 'N' was not declared in this scope
for(int i=0;i<N;i++)
^
0_0_27609333_4136.cpp: At global scope:
0_0_27609333_4136.cpp:16:1: error: 'matrix' does not name a type
matrix mul(matrix a,matrix b)//¾ØÕó³Ë·¨
^
0_0_27609333_4136.cpp:34:1: error: 'matrix' does not name a type
matrix pow_(matrix a,__int64 n)//¾ØÕó¿ìËÙÃÝËãf(n)ºÍf(n+1)
^
0_0_27609333_4136.cpp: In function 'int main()':
0_0_27609333_4136.cpp:83:12: error: expected ';' before 'ans'
matrix ans,k;
^
0_0_27609333_4136.cpp:87:9: error: 'k' was not declared in this scope
k.a[0][0]=0;k.a[0][1]=1;
^
0_0_27609333_4136.cpp:89:9: error: 'ans' was not declared in this scope
ans.a[0][0]=0;ans.a[0][1]=0;
^
0_0_27609333_4136.cpp:94:25: error: 'pow_' was not declared in this scope
ans=mul(pow_(k,z),ans);
^
0_0_27609333_4136.cpp:94:30: error: 'mul' was not declared in this scope
ans=mul(pow_(k,z),ans);
^
|