0_0_29296722_27935.cpp:1:3: error: stray '#' in program
1 #include<cstdio>
^
0_0_29296722_27935.cpp:2:5: error: stray '#' in program
2 #include<cstring>
^
0_0_29296722_27935.cpp:3:5: error: stray '#' in program
3 #include<queue>
^
0_0_29296722_27935.cpp:4:5: error: stray '#' in program
4 #include<algorithm>
^
0_0_29296722_27935.cpp:1:1: error: expected unqualified-id before numeric constant
1 #include<cstdio>
^
0_0_29296722_27935.cpp:6:3: error: expected unqualified-id before numeric constant
6 const int N = 1010;
^
0_0_29296722_27935.cpp:7:3: error: expected unqualified-id before numeric constant
7 const int inf = ~0u>>2;
^
0_0_29296722_27935.cpp:8:3: error: expected unqualified-id before numeric constant
8 int hash[129];
^
0_0_29296722_27935.cpp:9:3: error: expected unqualified-id before numeric constant
9 struct node{
^
|