记录详情

Compile Error

foo.c: In function 'main':
foo.c:10:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int (*)[100000]' [-Wformat=]
   10 |         scanf("%d",&arr);
      |                ~^  ~~~~
      |                 |  |
      |                 |  int (*)[100000]
      |                 int *
foo.c:11:10: warning: operation on 'i' may be undefined [-Wsequence-point]
   11 |         i=i++
      |         ~^~~~
foo.c:11:14: error: expected ';' before 'c'
   11 |         i=i++
      |              ^
      |              ;
   12 |         c=a+arr[i]
      |         ~     
foo.c:6:13: warning: unused variable 'c' [-Wunused-variable]
    6 |         int c=0;
      |             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
4-1 旅游住处
比赛
2023年新生赛(第三场)
语言
C
递交时间
2023-09-09 20:39:01
评测时间
2023-09-09 20:39:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes