Problem eelimination
User n1k1trh
Submission Time 2025-09-12 12:17:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eelimination.cpp: In function ‘int main()’:
eelimination.cpp:7:54: error: lvalue required as left operand of assignment
7 | if(a == 5 && arr[1] == 5 && arr[2] = 3 && arr[3] == 3) cout <<"you are gay monkey";
| ^
eelimination.cpp: At global scope:
eelimination.cpp:21:1: error: expected unqualified-id before numeric constant
21 | 5
| ^