记录详情

Compile Error

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)提供评测服务

信息

递交者
类型
递交
题目
A9-2 数组中最小正数的下标
比赛
2021(四) 作业第二场:见面赛
语言
C
递交时间
2021-10-30 15:50:48
评测时间
2021-10-30 15:50:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes