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

Compile Error

eelimination.cpp: In function ‘int main()’:
eelimination.cpp:7:24: error: lvalue required as left operand of assignment
7 | if(a == 5 && arr[1] = 5) cout <<"you are gay monkey";
| ^