Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:2: error: 'x' was not declared in this scope
  x,y,z;
  ^
/in/foo.cc:5:4: error: 'y' was not declared in this scope
  x,y,z;
    ^
/in/foo.cc:5:6: error: 'z' was not declared in this scope
  x,y,z;
      ^

信息

递交者
类型
递交
题目
P1706 三个数的大小比较
语言
C++
递交时间
2025-01-24 17:03:22
评测时间
2025-01-24 17:03:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes