Problem 3nplus1
User Dcxz
Submission Time 2026-06-15 12:39:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:12:19: error: invalid operands of types ‘float’ and ‘int’ to binary ‘operator%’
12 | if (currentValue%2 == 0) {
| ~~~~~~~~~~~~^~
| | |
| float int