Problem 3nplus1
User leafeon
Submission Time 2025-05-24 22:39:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:11: error: lvalue required as left operand of assignment
11 | if (h%2=0){
| ^
3nplus1.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
3nplus1.cpp:5:14: note: to match this ‘{’
5 | signed main(){ //main function: code begins running in here
| ^