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