Compile Error

foo.cc: In function 'int main()':
foo.cc:11:7: error: invalid operands of types 'double' and 'int' to binary 'operator%'
   11 |   if(m%i==0&&n%i==0){
      |      ~^~
      |      | |
      |      | int
      |      double
foo.cc:11:15: error: invalid operands of types 'double' and 'int' to binary 'operator%'
   11 |   if(m%i==0&&n%i==0){
      |              ~^~
      |              | |
      |              | int
      |              double
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1065 分数转换
语言
C++
递交时间
2022-07-18 13:39:47
评测时间
2022-07-18 13:39:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes