0_0_37417575_4698.cpp: In function 'int main()':
0_0_37417575_4698.cpp:9:6: error: 'intd' was not declared in this scope
intd[10],s[10];
^
0_0_37417575_4698.cpp:9:15: error: 's' was not declared in this scope
intd[10],s[10];
^
0_0_37417575_4698.cpp:11:6: error: 'intlen' was not declared in this scope
intlen,i,j,w;
^
0_0_37417575_4698.cpp:11:13: error: 'i' was not declared in this scope
intlen,i,j,w;
^
0_0_37417575_4698.cpp:11:15: error: 'j' was not declared in this scope
intlen,i,j,w;
^
0_0_37417575_4698.cpp:11:17: error: 'w' was not declared in this scope
intlen,i,j,w;
^
0_0_37417575_4698.cpp:13:24: error: 'len' was not declared in this scope
while(scanf("%d",&len),len)
^
0_0_37417575_4698.cpp:17:40: error: 'd' was not declared in this scope
for(i=0;i<len;i++)scanf("%d",d+i);
^
0_0_37417575_4698.cpp:27:35: error: 'd' was not declared in this scope
for(j=0;j<i;j++)if(d[j]<d[i])
^
0_0_37417575_4698.cpp:47:6: error: 'return0' was not declared in this scope
return0;
^
|