Compile Error

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

信息

递交者
类型
递交
题目
P1031 任意整数的数字之和。
语言
C++
递交时间
2021-12-04 10:08:18
评测时间
2021-12-04 10:08:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes