Problem firstabc
User CalebKow
Submission Time 2025-06-24 09:45:33
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 ‘int’ to binary ‘operator%’
26 | if (product%30==0) {
| ~~~~~~~^~~
| | |
| | int
| long double