0_0_37907235_29345.cpp:1:3: error: stray '#' in program
1 #include<iostream>
^
0_0_37907235_29345.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_37907235_29345.cpp:3:5: error: stray '#' in program
3 #include<cstring>
^
0_0_37907235_29345.cpp:4:5: error: stray '#' in program
4 #include<algorithm>
^
0_0_37907235_29345.cpp:115:1: error: missing terminating " character
115 printf("%d
^
0_0_37907235_29345.cpp:116:1: error: missing terminating " character
",maxdeep);
^
0_0_37907235_29345.cpp:1:1: error: expected unqualified-id before numeric constant
1 #include<iostream>
^
0_0_37907235_29345.cpp:6:3: error: expected unqualified-id before numeric constant
6
^
0_0_37907235_29345.cpp:8:3: error: expected unqualified-id before numeric constant
8 int maxdeep;
^
0_0_37907235_29345.cpp:9:3: error: expected unqualified-id before numeric constant
9
^
|