Compile Error

foo.cc: In function 'int main()':
foo.cc:6:9: error: 'sum' was not declared in this scope
    6 |         sum>>c>>z;
      |         ^~~
foo.cc:7:18: error: expected ';' before 'cout'
    7 |         (x>>c>>z)
      |                  ^
      |                  ;
    8 |         cout<<endl;
      |         ~~~~      
foo.cc:7:14: warning: statement has no effect [-Wunused-value]
    7 |         (x>>c>>z)
      |         ~~~~~^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1000 求三个数的最大数
语言
C++
递交时间
2023-05-20 18:55:52
评测时间
2023-05-20 18:55:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes