0_0_38350474_22045.cpp: In function 'int main()':
0_0_38350474_22045.cpp:13:12: error: invalid operands of types 'double' and 'double' to binary 'operator%'
if(m%2.0==1.0)
^
0_0_38350474_22045.cpp:19:13: error: invalid operands of types 'double' and 'double' to binary 'operator%'
if(x%1.0!=0.0) printf(" ");
^
|