Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(x=y&&x>z)
                ^
/in/foo.cc:19:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
      if(x=y&&x<z)
                 ^
/in/foo.cc:21:13: error: expected '}' at end of input
     return 0;
             ^

信息

递交者
类型
递交
题目
P2344 1.4.15:最大数输出
语言
C++
递交时间
2024-04-04 13:31:52
评测时间
2024-04-04 13:31:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes