Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:7: error: 'snm' was not declared in this scope
   sum=snm*10+x%10;
       ^~~
/in/foo.cc:6:8: warning: unused variable 'y' [-Wunused-variable]
  int x,y,sum=0;
        ^

信息

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