/in/foo.cc:5:16: error: stray '\357' in program
int n, kind = 0;
^
/in/foo.cc:5:17: error: stray '\274' in program
int n, kind = 0;
^
/in/foo.cc:5:18: error: stray '\233' in program
int n, kind = 0;
^
/in/foo.cc:6:1: error: expected ',' or ';' before 'int'
int m1[10000][10], m2[10];
^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:21: error: 'm1' was not declared in this scope
cout << m1[j][i] << " ";
^~
/in/foo.cc: In function 'void rec(int, int)':
/in/foo.cc:36:17: error: 'm1' was not declared in this scope
m1[kind][j] = m2[j];
^~
/in/foo.cc:36:31: error: 'm2' was not declared in this scope
m1[kind][j] = m2[j];
^~
/in/foo.cc:46:13: error: 'm2' was not declared in this scope
m2[depth] = i;
^~