记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:37:17: error: request for member 'n3' in something not a structure or union
  Setlnter(a,c,n1.n3);
                 ^
/in/foo.c:37:2: error: too few arguments to function 'Setlnter'
  Setlnter(a,c,n1.n3);
  ^~~~~~~~
/in/foo.c:2:6: note: declared here
 void Setlnter(int *a,int *b,int n1,int n2)
      ^~~~~~~~

信息

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