0_0_15578907_302.cpp: In function 'int main()':
0_0_15578907_302.cpp:5:2: error: '_int64' was not declared in this scope
_int64 s,a[51];
^
0_0_15578907_302.cpp:6:2: error: 'a' was not declared in this scope
a[0]=1,a[1]=1;
^
0_0_15578907_302.cpp:14:3: error: 's' was not declared in this scope
s=a[b-c];
^
|