Compile Error
foo.cc: In function 'int main()':
foo.cc:7:10: warning: left operand of comma operator has no effect [-Wunused-value]
    7 |  if(-1000<a,b,c<10000)
      |     ~~~~~^~
foo.cc:7:17: warning: right operand of comma operator has no effect [-Wunused-value]
    7 |  if(-1000<a,b,c<10000)
      |                 ^~~~~
foo.cc:8:15: error: expected ';' before 'return'
    8 |  cout<<(a+b)*c
      |               ^
      |               ;
    9 |  return 0;
      |  ~~~~~~        
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2311 1.3.2:计算(a+b)*c的值
 - 比赛
 - 202112初一阶段反馈赛
 - 语言
 - C++
 - 递交时间
 - 2021-12-11 09:38:17
 - 评测时间
 - 2021-12-11 09:38:17
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes