0_0_39306920_21725.cpp:12:15: error: stray '\243' in program
12 | flag++<a3><bb>
| ^~~~
0_0_39306920_21725.cpp:12:16: error: stray '\273' in program
12 | flag++<a3><bb>
| ^~~~
0_0_39306920_21725.cpp:14:43: error: stray '\243' in program
14 | for (int i = 0; i < strlen(c); i++<a3><a9>
| ^~~~
0_0_39306920_21725.cpp:14:44: error: stray '\251' in program
14 | for (int i = 0; i < strlen(c); i++<a3><a9>
| ^~~~
0_0_39306920_21725.cpp:16:37: error: stray '\243' in program
16 | if (b[int(c[i]) -97]!= 0<a3><a9>
| ^~~~
0_0_39306920_21725.cpp:16:38: error: stray '\251' in program
16 | if (b[int(c[i]) -97]!= 0<a3><a9>
| ^~~~
0_0_39306920_21725.cpp:27:41: error: missing terminating " character
27 | cout << "Case #¡±<<flag<<": " << min1 << endl;
| ^~~~~~~~~~~~~~~~~~
0_0_39306920_21725.cpp:29:45: error: missing terminating " character
29 | cout << "Case #¡± << flag << ": " << -1 << endl;
| ^~~~~~~~~~~~~~~~
0_0_39306920_21725.cpp: In function 'int main()':
0_0_39306920_21725.cpp:12:15: error: expected ';' before 'cin'
12 | flag++£»
| ^
| ;
13 | cin >> c;
| ~~~
0_0_39306920_21725.cpp:14:43: error: expected ')' before '{' token
14 | for (int i = 0; i < strlen(c); i++£©
| ~ ^
| )
15 | {
| ~
0_0_39306920_21725.cpp:16:37: error: expected ')' before '{' token
16 | if (b[int(c[i]) -97]!= 0£©
| ~ ^
| )
17 | {
| ~
0_0_39306920_21725.cpp:25:9: error: expected primary-expression before '}' token
25 | }
| ^
0_0_39306920_21725.cpp:27:39: error: expected ';' before ':' token
27 | cout << "Case #¡±<<flag<<": " << min1 << endl;
| ^
| ;
|