0_0_39069324_27.cpp: In function 'int main()': 0_0_39069324_27.cpp:10:31: error: invalid operands of types 'double' and 'int' to binary 'operator%' 10 | if (i % 2) res2 += pow(i,3); | ~ ^ ~ | | | | | int | double