记录详情

Compile Error

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

信息

递交者
类型
自测
语言
C
递交时间
2022-03-21 22:05:33
评测时间
2022-03-21 22:05:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes