记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:40: error: conflicting types for 'a'
      int i,j,n,r,xiaobei,fenzi,a,b,c,d,a[16][2];
                                        ^
/in/foo.c:5:32: note: previous declaration of 'a' was here
      int i,j,n,r,xiaobei,fenzi,a,b,c,d,a[16][2];
                                ^
/in/foo.c:24:3: error: assignment to expression with array type
  a=xiaobei,b=fenzi;
   ^
/in/foo.c:24:11: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  a=xiaobei,b=fenzi;
           ^
/in/foo.c:31:5: error: invalid operands to binary / (have 'int (*)[2]' and 'int')
  c=a/xiaobei;
    ~^

信息

递交者
类型
递交
题目
A6-3 最大公约数专题:多个分数的加法
比赛
中北 计算机2021级专业修读指导(3)
语言
C
递交时间
2021-12-16 23:55:32
评测时间
2021-12-16 23:55:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes