0_0_32817300_5041.cpp: In function 'int main()':
0_0_32817300_5041.cpp:3:2: error: '_int64' was not declared in this scope
_int64 i,a[60],n;//用long long存取,因为当n较大时数会很大,保险起见
^
0_0_32817300_5041.cpp:4:25: error: 'n' was not declared in this scope
while(scanf("%I64d\n",&n)!=EOF){
^
0_0_32817300_5041.cpp:5:5: error: 'a' was not declared in this scope
a[0]=0;
^
0_0_32817300_5041.cpp:9:7: error: 'i' was not declared in this scope
for(i=4;i<=n;i++)
^
|