Compile Error

foo.cc: In function 'int main()':
foo.cc:7:8: error: expected ';' before 'c'
    7 |  b=a%10
      |        ^
      |        ;
    8 |  c=a/10%10
      |  ~      
foo.cc:13:2: error: 'else' without a previous 'if'
   13 |  else
      |  ^~~~
foo.cc:5:10: warning: unused variable 'c' [-Wunused-variable]
    5 |  int a,b,c,d,s;
      |          ^
foo.cc:5:12: warning: unused variable 'd' [-Wunused-variable]
    5 |  int a,b,c,d,s;
      |            ^
foo.cc:5:14: warning: unused variable 's' [-Wunused-variable]
    5 |  int a,b,c,d,s;
      |              ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1014 水仙花数
语言
C++
递交时间
2022-07-08 13:26:34
评测时间
2022-07-08 13:26:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes