0_0_29285883_30076.cpp:2:4: error: stray '#' in program
2 #include<string.h>
^
0_0_29285883_30076.cpp:3:4: error: stray '#' in program
3 #include<algorithm>
^
0_0_29285883_30076.cpp:4:4: error: stray '#' in program
4 #include<queue>
^
0_0_29285883_30076.cpp:5:4: error: stray '#' in program
5 #define MIN(x,y)(x<y?x:y)
^
0_0_29285883_30076.cpp:6:4: error: stray '#' in program
6 #define MAX(x,y)(x>y?x:y)
^
0_0_29285883_30076.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<string.h>
^
0_0_29285883_30076.cpp:8:2: error: expected unqualified-id before numeric constant
8 using namespace std;
^
0_0_29285883_30076.cpp:9:2: error: expected unqualified-id before numeric constant
9 struct Node{
^
|