Problem nycheer
User Hatrix
Submission Time 2026-03-04 14:14:03
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:12:2: error: expected ‘}’ before ‘else’
12 | else if(a = 3 and b = 1) {
| ^~~~
nycheer.cpp:10:22: note: to match this ‘{’
10 | if(a = 1 and b = 3) {
| ^
nycheer.cpp:12:24: error: lvalue required as left operand of assignment
12 | else if(a = 3 and b = 1) {
| ^