Main.cpp: In function 'int main()':
Main.cpp:15:50: error: lvalue required as left operand of assignment
15 | if(a[0][0] == 0 and a[0][1] == 0 and a[1][0] = 1 and a[1][1]) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
Main.cpp:19:50: error: lvalue required as left operand of assignment
19 | if(a[0][0] == 1 and a[0][1] == 0 and a[1][0] = 1 and a[1][1]) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
Main.cpp:23:50: error: lvalue required as left operand of assignment
23 | if(a[0][0] == 0 and a[0][1] == 1 and a[1][0] = 1 and a[1][1]) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~