Problem cinema
User gghx
Submission Time 2024-11-25 23:42:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cinema.cpp: In function ‘int main()’:
cinema.cpp:27:28: error: lvalue required as left operand of assignment
27 | if(arr[0]=0&&ans=n-2) sum++;
| ^
cinema.cpp:28:30: error: lvalue required as left operand of assignment
28 | if(arr[n-1]=0&&ans=n-2) sum++;
| ^