0_0_15997915_8708.cpp: In function 'int main()':
0_0_15997915_8708.cpp:5:5: error: '_int64' was not declared in this scope
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:5:27: error: expected primary-expression before ',' token
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:5:28: error: 'fz' was not declared in this scope
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:5:31: error: 'fm' was not declared in this scope
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:5:34: error: 'sum' was not declared in this scope
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:7:9: error: 'a' was not declared in this scope
a[i]=(i-1)*(a[i-1]+a[i-2]);
^
0_0_15997915_8708.cpp:17:13: error: 'a' was not declared in this scope
sum=fz/fm*a[m];
^
0_0_15997915_8708.cpp: In function 'int main()':
0_0_15997915_8708.cpp:26:5: error: redefinition of 'int main()'
int main()
^
0_0_15997915_8708.cpp:2:5: note: 'int main()' previously defined here
int main()
^
0_0_15997915_8708.cpp:29:5: error: '_int64' was not declared in this scope
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:29:27: error: expected primary-expression before ',' token
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:29:28: error: 'fz' was not declared in this scope
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:29:31: error: 'fm' was not declared in this scope
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:29:34: error: 'sum' was not declared in this scope
_int64 a[25]={0,0,1,2},fz,fm,sum;
^
0_0_15997915_8708.cpp:31:9: error: 'a' was not declared in this scope
a[i]=(i-1)*(a[i-1]+a[i-2]);
^
0_0_15997915_8708.cpp:41:13: error: 'a' was not declared in this scope
sum=fz/fm*a[m];
^
|