0_0_36684946_24946.cpp: In function 'int main()':
0_0_36684946_24946.cpp:13:14: error: 'i' was not declared in this scope
for( i=0;i<n;i++)
^
0_0_36684946_24946.cpp:14:25: error: 'm' was not declared in this scope
scanf("%d",&m[i]);
^
0_0_36684946_24946.cpp:15:17: error: 'm' was not declared in this scope
min=m[0];
^
0_0_36684946_24946.cpp:16:18: error: 'i' was not declared in this scope
for( i=0;i<n;i++)
^
0_0_36684946_24946.cpp:21:17: error: 'b' was not declared in this scope
b=i;
^
0_0_36684946_24946.cpp:24:10: error: 'b' was not declared in this scope
m[b]=m[0];
^
0_0_36684946_24946.cpp:26:12: error: 'i' was not declared in this scope
for(i=0;i<n-1;i++)
^
|