Compile Error

foo.cc: In function 'int main()':
foo.cc:7:16: error: 'max' cannot be used as a function
    7 |         max=max(a,b);
      |             ~~~^~~~~
foo.cc:8:18: error: 'max' cannot be used as a function
    8 |         cout<<max(max,c);
      |               ~~~^~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P2344 1.4.15:最大数输出
语言
C++
递交时间
2023-07-19 22:07:59
评测时间
2023-07-19 22:07:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes