0_0_38033090_14982.cpp: In function 'int main()':
0_0_38033090_14982.cpp:7:5: error: 'intn' was not declared in this scope
intn,i,j,len,r,temp,t;
^
0_0_38033090_14982.cpp:7:10: error: 'i' was not declared in this scope
intn,i,j,len,r,temp,t;
^
0_0_38033090_14982.cpp:7:12: error: 'j' was not declared in this scope
intn,i,j,len,r,temp,t;
^
0_0_38033090_14982.cpp:7:14: error: 'len' was not declared in this scope
intn,i,j,len,r,temp,t;
^
0_0_38033090_14982.cpp:7:18: error: 'r' was not declared in this scope
intn,i,j,len,r,temp,t;
^
0_0_38033090_14982.cpp:7:20: error: 'temp' was not declared in this scope
intn,i,j,len,r,temp,t;
^
0_0_38033090_14982.cpp:7:25: error: 't' was not declared in this scope
intn,i,j,len,r,temp,t;
^
0_0_38033090_14982.cpp:8:5: error: 'intb' was not declared in this scope
intb[101];
^
0_0_38033090_14982.cpp:11:5: error: 'b' was not declared in this scope
b[1] =1;
^
0_0_38033090_14982.cpp:42:16: error: 'n' was not declared in this scope
while(cin>>n&&n!=-1)
^
0_0_38033090_14982.cpp:50:5: error: 'return0' was not declared in this scope
return0;
^
|