Problem binarycoins
User YellowPurpleDragon
Submission Time 2024-05-05 08:58:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:9:8: error: invalid operands of types ‘long double’ and ‘int’ to binary ‘operator%’
9 | if (a%2 == 1) {count++;}
| ~^~
| | |
| | int
| long double