/in/foo.cc:47:18: error: stray '\357' in program
47 | int m = 0;
| ^
/in/foo.cc:47:19: error: stray '\274' in program
47 | int m = 0;
| ^
/in/foo.cc:47:20: error: stray '\233' in program
47 | int m = 0;
| ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:9: error: expected ',' or ';' before 'int'
50 | int countMin = 0;
| ^~~
/in/foo.cc:53:17: error: 'countMin' was not declared in this scope
53 | countMin++;
| ^~~~~~~~
/in/foo.cc:64:19: error: 'countMin' was not declared in this scope
64 | r[p][0] = countMin;
| ^~~~~~~~