Problem | 3nplus1 |
---|---|
User | whaleshark |
Submission Time | 2024-01-29 16:14:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function βint main()β:
3nplus1.cpp:4:15: error: expected initializer before β>>β token
4 | int n, cin>>n;
| ^~
3nplus1.cpp:6:12: error: lvalue required as left operand of assignment
6 | if(n%2=0)
| ^