记录详情

Compile Error

foo.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
foo.c: In function 'main':
foo.c:8:18: error: array subscript is not an integer
   scanf("%f ",str[i]);
                  ^
foo.c:13:12: error: array subscript is not an integer
   if(b==str[i])
            ^
foo.c:4:8: warning: variable 'str' set but not used [-Wunused-but-set-variable]
  float str[100],i,a,b;
        ^~~
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%f",&a);
  ^~~~~~~~~~~~~~
foo.c:10:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%f",&b);
  ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
比赛
2021年中北算法竞赛队招新测试
语言
C
递交时间
2021-10-24 15:03:04
评测时间
2021-10-24 15:03:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes