记录详情

Compile Error

foo.cc: In function 'int cmd(int, int)':
foo.cc:9:9: error: lvalue required as left operand of assignment
    9 |  if(c%d=0)
      |         ^
foo.cc:14:20: error: expected ')' before ';' token
   14 |   return(cmd(d,c%d);
      |         ~          ^
      |                    )
foo.cc:8:3: warning: control reaches end of non-void function [-Wreturn-type]
    8 |  d=min(a,b);
      |  ~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1006 长方体木料
语言
C++
递交时间
2022-05-17 16:10:41
评测时间
2022-05-17 16:10:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes