0_0_29334110_12344.c:1:2: error: expected identifier or '(' before numeric constant
1 #include<stdio.h>
^
0_0_29334110_12344.c:1:4: error: stray '#' in program
1 #include<stdio.h>
^
0_0_29334110_12344.c:2:4: error: stray '#' in program
2 #include<string.h>
^
0_0_29334110_12344.c:3:4: error: stray '#' in program
3 #include<algorithm>
^
0_0_29334110_12344.c:4:4: error: stray '#' in program
4 #include<queue>
^
0_0_29334110_12344.c:5:4: error: stray '#' in program
5 #define MIN(x,y)(x<y?x:y)
^
0_0_29334110_12344.c:6:4: error: stray '#' in program
6 #define MAX(x,y)(x>y?x:y)
^
0_0_29334110_12344.c:8:2: error: expected identifier or '(' before numeric constant
8 using namespace std;
^
0_0_29334110_12344.c:9:2: error: expected identifier or '(' before numeric constant
9 struct Node{
^
0_0_29334110_12344.c:18:1: error: expected identifier or '(' before numeric constant
18 Node dt[1010];
^
0_0_29334110_12344.c:19:1: error: expected identifier or '(' before numeric constant
19 int bag[3010];
^
0_0_29334110_12344.c:20:1: error: expected identifier or '(' before numeric constant
20 int main(){
^
|