0_0_39022822_20364.cpp:18:35: error: missing terminating ' character
18 | if (((st >> j) & 1) && s[i][j] == 'Ax |= (1 << j);
| ^~~~~~~~~~~~~~~~
0_0_39022822_20364.cpp: In function 'int main()':
0_0_39022822_20364.cpp:19:1: error: expected primary-expression before '}' token
19 | }
| ^
0_0_39022822_20364.cpp:18:34: error: expected ')' before '}' token
18 | if (((st >> j) & 1) && s[i][j] == 'Ax |= (1 << j);
| ~ ^
| )
19 | }
| ~
0_0_39022822_20364.cpp:19:1: error: expected primary-expression before '}' token
19 | }
| ^
0_0_39022822_20364.cpp:21:5: error: 'x' was not declared in this scope
21 | cnt[x]++;
| ^
0_0_39022822_20364.cpp:31:21: error: 'tt' was not declared in this scope; did you mean 'tm'?
31 | cout << "Case #" << tt << ": " << ans << endl;
| ^~
| tm
0_0_39022822_20364.cpp:31:35: error: 'ans' was not declared in this scope; did you mean 'abs'?
31 | cout << "Case #" << tt << ": " << ans << endl;
| ^~~
| abs
0_0_39022822_20364.cpp: At global scope:
0_0_39022822_20364.cpp:33:1: error: expected declaration before '}' token
33 | }
| ^
|