记录详情

Runtime Error

foo.c: In function 'main':
foo.c:25:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
   25 |   scanf("%d",a[i]);
      |          ~^  ~~~~
      |           |   |
      |           |   int
      |           int *
foo.c:22:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   22 |  scanf("%d",&n);
      |  ^~~~~~~~~~~~~~
foo.c:25:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   25 |   scanf("%d",a[i]);
      |   ^~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 1ms 384.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2022-03-21 22:06:00
评测时间
2022-03-21 22:06:00
评测机
分数
0
总耗时
1ms
峰值内存
384.0 KiB