Compile Error

foo.cc: In function 'int main()':
foo.cc:6:13: error: invalid operands of types 'float' and 'int' to binary 'operator%'
    6 |         if(a%7==0&&a%5==0)
      |            ~^~
      |            | |
      |            | int
      |            float
foo.cc:6:21: error: invalid operands of types 'float' and 'int' to binary 'operator%'
    6 |         if(a%7==0&&a%5==0)
      |                    ~^~
      |                    | |
      |                    | int
      |                    float
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1036 判断满足条件的数
语言
C++
递交时间
2023-12-18 20:03:50
评测时间
2023-12-18 20:03:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes