Compile Error

foo.cc: In function 'int main()':
foo.cc:8:2: error: 'b' was not declared in this scope
  b=x/10%10;
  ^
foo.cc:9:2: error: 'c' was not declared in this scope
  c=x%10;
  ^
foo.cc:5:12: warning: unused variable 'z' [-Wunused-variable]
  int a,x,y,z;
            ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1016 3位回文数
语言
C++
递交时间
2021-11-20 09:40:16
评测时间
2021-11-20 09:40:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes