Compile Error

foo.cc: In function 'int main()':
foo.cc:6:10: warning: right operand of comma operator has no effect [-Wunused-value]
    6 |  cin>>a,b;
      |          ^
foo.cc:7:13: error: 'b' cannot be used as a function
    7 |  cout<<b(a+b)/2;
      |             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1038 xf2-3爸爸的爱
语言
C++
递交时间
2022-06-13 09:38:26
评测时间
2022-06-13 09:38:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes