0_0_19609519_11531.cpp:2:4: error: stray '#' in program
2 #include <cstring>
^
0_0_19609519_11531.cpp:3:4: error: stray '#' in program
3 #include <cstdio>
^
0_0_19609519_11531.cpp:4:4: error: stray '#' in program
4 #include <algorithm>
^
0_0_19609519_11531.cpp:11:4: error: stray '#' in program
11 #define lowest(x) ((-x)&x)
^
0_0_19609519_11531.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <cstring>
^
0_0_19609519_11531.cpp:6:2: error: expected unqualified-id before numeric constant
6 const int maxn=100100;
^
0_0_19609519_11531.cpp:7:2: error: expected unqualified-id before numeric constant
7 struct position{
^
0_0_19609519_11531.cpp:9:5: error: 'pos' does not name a type
9 }pos[maxn];
^
0_0_19609519_11531.cpp:10:1: error: expected unqualified-id before numeric constant
10 int S[maxn*2],*pid,N;
^
0_0_19609519_11531.cpp:11:1: error: expected unqualified-id before numeric constant
11 #define lowest(x) ((-x)&x)
^
|