Problem party_noi
User Akshar
Submission Time 2026-01-15 17:12:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:19:11: error: lvalue required as left operand of assignment
19 | if(n%2=0){
| ^
party_noi.cpp:20:9: error: lvalue required as left operand of assignment
20 | n/2=a;
| ^
party_noi.cpp:21:17: error: lvalue required as left operand of assignment
21 | }else if(n%2=1){
| ^
party_noi.cpp:22:11: error: lvalue required as left operand of assignment
22 | n/2+1=a;
| ^