Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:5: error: 'x10' was not declared in this scope
   x=x10;
     ^~~
/in/foo.cc:5:11: warning: unused variable 'y' [-Wunused-variable]
     int x,y,sum=0;
           ^

信息

递交者
类型
递交
题目
P1032 任意整数的逆序数
语言
C++
递交时间
2021-12-04 10:17:47
评测时间
2021-12-04 10:17:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes