记录详情

Runtime Error

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

信息

递交者
类型
自测
语言
C
递交时间
2021-12-23 13:58:59
评测时间
2021-12-23 13:58:59
评测机
分数
0
总耗时
3ms
峰值内存
512.0 KiB