0_0_39022820_16336.cpp:18:35: error: missing terminating ' character
18 | if (((st >> j) & 1) && s[i][j] == 'A
| ^~
0_0_39022820_16336.cpp: In function 'int main()':
0_0_39022820_16336.cpp:18:21: error: lvalue required as left operand of assignment
18 | if (((st >> j) & 1) && s[i][j] == 'A
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
19 | x |= (1 << j);
| ~
0_0_39022820_16336.cpp:20:1: error: expected primary-expression before '}' token
20 | }
| ^
0_0_39022820_16336.cpp:19:15: error: expected ')' before '}' token
19 | x |= (1 << j);
| ^
| )
20 | }
| ~
0_0_39022820_16336.cpp:18:4: note: to match this '('
18 | if (((st >> j) & 1) && s[i][j] == 'A
| ^
0_0_39022820_16336.cpp:20:1: error: expected primary-expression before '}' token
20 | }
| ^
0_0_39022820_16336.cpp:22:5: error: 'x' was not declared in this scope
22 | cnt[x]++;
| ^
0_0_39022820_16336.cpp:32:21: error: 'tt' was not declared in this scope; did you mean 'tm'?
32 | cout << "Case #" << tt << ": " << ans << endl;
| ^~
| tm
0_0_39022820_16336.cpp:32:35: error: 'ans' was not declared in this scope; did you mean 'abs'?
32 | cout << "Case #" << tt << ": " << ans << endl;
| ^~~
| abs
0_0_39022820_16336.cpp: At global scope:
0_0_39022820_16336.cpp:34:1: error: expected declaration before '}' token
34 | }
| ^
|