0_0_26304648_21386.cpp:2:5: error: stray '#' in program
2 #include<cstring>
^
0_0_26304648_21386.cpp:3:5: error: stray '#' in program
3 #include<algorithm>
^
0_0_26304648_21386.cpp:5:5: error: stray '#' in program
5 #define MIN(x,y) (x<y?x:y)
^
0_0_26304648_21386.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_26304648_21386.cpp:5:3: error: expected unqualified-id before numeric constant
5 #define MIN(x,y) (x<y?x:y)
^
0_0_26304648_21386.cpp:8:3: error: expected unqualified-id before numeric constant
8 int G,B,P;
^
0_0_26304648_21386.cpp:9:3: error: expected unqualified-id before numeric constant
9 int gdeg[22];
^
0_0_26304648_21386.cpp:10:2: error: expected unqualified-id before numeric constant
10 int grank[22];
^
0_0_26304648_21386.cpp:11:2: error: expected unqualified-id before numeric constant
11 int gb[22],gp[22],bp[22];
^
0_0_26304648_21386.cpp:12:2: error: expected unqualified-id before numeric constant
12 bool in(){
^
0_0_26304648_21386.cpp:17:2: error: expected unqualified-id before numeric constant
17
^
0_0_26304648_21386.cpp:19:2: error: expected unqualified-id before numeric constant
19 int mat[22];
^
0_0_26304648_21386.cpp:20:2: error: expected unqualified-id before numeric constant
20 inline bool find0(int u){
^
|