0_0_39022984_32035.cpp: In function 'int main()':
0_0_39022984_32035.cpp:16:38: error: expected ';' before 'x'
16 | if (((st >> j) & 1) && s[i][j] == 'A'
| ^
| ;
17 | x |= (1 << j);
| ~
0_0_39022984_32035.cpp:18:9: error: expected ')' before ';' token
18 | cnt[x]++;
| ^
| )
0_0_39022984_32035.cpp:16:4: note: to match this '('
16 | if (((st >> j) & 1) && s[i][j] == 'A'
| ^
|