Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:12: error: 'x' was not declared in this scope
    7 |         if(x<=y&&y<=z&&x<=z)
      |            ^
/in/foo.cc:7:15: error: 'y' was not declared in this scope
    7 |         if(x<=y&&y<=z&&x<=z)
      |               ^
/in/foo.cc:7:21: error: 'z' was not declared in this scope
    7 |         if(x<=y&&y<=z&&x<=z)
      |                     ^

信息

递交者
类型
递交
题目
P1706 三个数的大小比较
语言
C++
递交时间
1 个月前
评测时间
1 个月前
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes