记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:18:10: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  int *a1=malloc(sizeof(int)*2500);
          ^~~~~~
/in/foo.c:18:10: warning: incompatible implicit declaration of built-in function 'malloc'
/in/foo.c:18:10: note: include '<stdlib.h>' or provide a declaration of 'malloc'
/in/foo.c:27:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
   scanf("%d",a1[i]);
           ^
/in/foo.c:28:6: error: 'i' undeclared (first use in this function)
  for(i=0;i<n2;i++)
      ^
/in/foo.c:28:6: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
递交
题目
A10-4 集合的交集
比赛
数据结构课堂练习9-16
语言
C
递交时间
2019-09-16 11:13:58
评测时间
2019-09-16 11:13:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes