Compile Error

foo.cc: In function 'int main()':
foo.cc:8:2: error: 'shi' was not declared in this scope
  shi=a/10%10;
  ^~~
foo.cc:8:2: note: suggested alternative: 'she'
  shi=a/10%10;
  ^~~
  she
foo.cc:5:11: warning: unused variable 'she' [-Wunused-variable]
  int a,ge,she,bai,s;
           ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1003 求一个整数的各位数字之和。
语言
C++
递交时间
2021-11-13 09:42:32
评测时间
2021-11-13 09:42:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes