记录详情

Compile Error

foo.c: In function 'main':
foo.c:4:13: error: expected identifier or '(' before ';' token
     int i,n,;
             ^
foo.c:7:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'float *' [-Wformat=]
   scanf("%d",&j);
          ~^  ~~
          %e
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ^~~~~~~~~~~~~~
foo.c:7:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&j);
   ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

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