Problem nycheer
User Hatrix
Submission Time 2026-03-04 14:14:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycheer.cpp: In function ‘int main()’:
nycheer.cpp:10:19: error: lvalue required as left operand of assignment
10 | if(a = 1 and b = 3) {
| ^
nycheer.cpp:13:24: error: lvalue required as left operand of assignment
13 | else if(a = 3 and b = 1) {
| ^