0_0_19610313_17681.cpp: In function 'int main()':
0_0_19610313_17681.cpp:11:5: error: 'intm' was not declared in this scope
intm[100][100],i,j,max,a1[8],b1[8],k,t=1;
^
0_0_19610313_17681.cpp:11:20: error: 'i' was not declared in this scope
intm[100][100],i,j,max,a1[8],b1[8],k,t=1;
^
0_0_19610313_17681.cpp:11:22: error: 'j' was not declared in this scope
intm[100][100],i,j,max,a1[8],b1[8],k,t=1;
^
0_0_19610313_17681.cpp:11:24: error: 'max' was not declared in this scope
intm[100][100],i,j,max,a1[8],b1[8],k,t=1;
^
0_0_19610313_17681.cpp:11:28: error: 'a1' was not declared in this scope
intm[100][100],i,j,max,a1[8],b1[8],k,t=1;
^
0_0_19610313_17681.cpp:11:34: error: 'b1' was not declared in this scope
intm[100][100],i,j,max,a1[8],b1[8],k,t=1;
^
0_0_19610313_17681.cpp:11:40: error: 'k' was not declared in this scope
intm[100][100],i,j,max,a1[8],b1[8],k,t=1;
^
0_0_19610313_17681.cpp:11:42: error: 't' was not declared in this scope
intm[100][100],i,j,max,a1[8],b1[8],k,t=1;
^
0_0_19610313_17681.cpp:17:16: error: 'm' was not declared in this scope
memset(m,0,sizeof(m));//注意每次都要清零
^
0_0_19610313_17681.cpp:198:32: error: 'elseif' was not declared in this scope
elseif(j1<i1) //小于i1以后的多余的零不用输出来
^
0_0_19610313_17681.cpp:202:20: error: expected '}' before 'else'
else
^
0_0_19610313_17681.cpp:227:15: error: 'v' was not declared in this scope
if(v!=1)//如果v =1表明不必再输出一次
^
0_0_19610313_17681.cpp:231:20: error: 'j1' was not declared in this scope
for(j1=max-1;j1>=0;j1--)
^
0_0_19610313_17681.cpp:237:16: error: 'j1' was not declared in this scope
for(j1=max-1;j1>=0;j1--)
^
0_0_19610313_17681.cpp:239:24: error: 'm' was not declared in this scope
printf("%d",m[k][j1]);
^
0_0_19610313_17681.cpp: At global scope:
0_0_19610313_17681.cpp:248:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_19610313_17681.cpp:250:1: error: expected declaration before '}' token
}
^
|