0_0_27120657_14054.cpp: In function 'int main()':
0_0_27120657_14054.cpp:7:9: error: expected unqualified-id before numeric constant
int 64 s[22],sum=0;
^
0_0_27120657_14054.cpp:8:5: error: 's' was not declared in this scope
s[0]=2;
^
0_0_27120657_14054.cpp:26:13: error: 'sum' was not declared in this scope
sum=s[m-2]+2;
^
|