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