记录详情

Compile Error

foo.c: In function 'main':
foo.c:11:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
   scanf("%d",a1[i]);
          ~^  ~~~~~
foo.c:13:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
   scanf("%d",a2[i]);
          ~^  ~~~~~
foo.c:15:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
   scanf("%d",a3[i]);
          ~^  ~~~~~
foo.c: In function 'Merge':
foo.c:25:18: error: 'i' undeclared (first use in this function)
   printf("%d ",b[i]);
                  ^
foo.c:25:18: note: each undeclared identifier is reported only once for each function it appears in
foo.c: In function 'main':
foo.c:8:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d",&n1,&n2,&n3);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:11:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",a1[i]);
   ^~~~~~~~~~~~~~~~~
foo.c:13:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",a2[i]);
   ^~~~~~~~~~~~~~~~~
foo.c:15:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",a3[i]);
   ^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A10-1 有序数组的合并
比赛
2021(四) 作业第二场:见面赛
语言
C
递交时间
2021-10-30 19:21:30
评测时间
2021-10-30 19:21:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes