Problem | party_noi |
---|---|
User | ForgottenDragon |
Submission Time | 2025-05-12 11:13:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:17:12: error: lvalue required as left operand of assignment
17 | if (n%2 = 0) number = n%2;
| ^