记录详情

Runtime Error

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

信息

递交者
类型
自测
语言
C
递交时间
2021-12-23 14:00:16
评测时间
2021-12-23 14:01:06
评测机
分数
0
总耗时
3ms
峰值内存
384.0 KiB