0_0_22267432_951.cpp: In function 'int main()':
0_0_22267432_951.cpp:12:8: error: invalid operands of types 'double' and 'int' to binary 'operator%'
if (a%1==0||b%1==0)
^
0_0_22267432_951.cpp:12:16: error: invalid operands of types 'double' and 'int' to binary 'operator%'
if (a%1==0||b%1==0)
^
|