Problem 3nplus1
User JhoCyber
Submission Time 2024-12-18 23:19:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:17: error: lvalue required as left operand of assignment
10 | if (n%2=0){
| ^