Compile Error

foo.cc: In function 'int main()':
foo.cc:6:8: error: invalid operands of types 'double' and 'int' to binary 'operator%'
 int a=n%10;
       ~^~~
foo.cc:7:11: error: invalid operands of types 'double' and 'int' to binary 'operator%'
 int b=n/10%10;
       ~~~~^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P2322 1.3.13:反向输出一个三位数
语言
C++
递交时间
2021-08-29 13:27:02
评测时间
2021-08-29 13:27:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes