0_0_15055165_5284.cpp:33:33: error: stray '\243' in program
printf("%I64d\n",a[j-i]);//注意这里的方法,是怎么输出的
^
0_0_15055165_5284.cpp:33:33: error: stray '\273' in program
0_0_15055165_5284.cpp: In function 'int main()':
0_0_15055165_5284.cpp:9:2: error: '_int64' was not declared in this scope
_int64 a[50];//注意这里是怎么实现的,分配8字节
^
0_0_15055165_5284.cpp:13:33: error: 'a' was not declared in this scope
a[1]=1;a[2]=2;
^
|