foo.c: In function 'FindiMinPos':
foo.c:17:2: error: expected expression before 'int'
int m=a[i];
^~~
foo.c:16:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
foo.c:18:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
if(a[i]<m)
^~
foo.c: In function 'main':
foo.c:5:1: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d",&n1,&n2);
^~~~~~~~~~~~~~~~~~~~~
foo.c:6:18: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
for(i=0;i<n1;i++)scanf("%d",&a[i]);
^~~~~~~~~~~~~~~~~
foo.c:7:18: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
for(i=0;i<n2;i++)scanf("%d",&b[i]);
^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务