0_0_39022988_4945.cpp:16:35: error: missing terminating ' character
16 | if (((st >> j) & 1) && s[i][j] == 'A
| ^~
0_0_39022988_4945.cpp: In function 'int main()':
0_0_39022988_4945.cpp:16:21: error: lvalue required as left operand of assignment
16 | if (((st >> j) & 1) && s[i][j] == 'A
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
17 | x |= (1 << j);
| ~
0_0_39022988_4945.cpp:18:9: error: expected ')' before ';' token
18 | cnt[x]++;
| ^
| )
0_0_39022988_4945.cpp:16:4: note: to match this '('
16 | if (((st >> j) & 1) && s[i][j] == 'A
| ^
|