Problem firstabc
User CalebKow
Submission Time 2025-06-24 09:45:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:26:14: error: invalid operands of types ‘long double’ and ‘double’ to binary ‘operator%’
26 | if (product%30.0==0) {
| ~~~~~~~^~~~~
| | |
| | double
| long double