0_0_29092669_6507.cpp:2:4: error: stray '#' in program
2 #include <cmath>
^
0_0_29092669_6507.cpp:3:4: error: stray '#' in program
3 #include <cstdio>
^
0_0_29092669_6507.cpp:4:4: error: stray '#' in program
4 #include <cstring>
^
0_0_29092669_6507.cpp:5:4: error: stray '#' in program
5 #include <vector>
^
0_0_29092669_6507.cpp:6:4: error: stray '#' in program
6 #include <algorithm>
^
0_0_29092669_6507.cpp:9:4: error: stray '#' in program
9 #define ll long long
^
0_0_29092669_6507.cpp:10:4: error: stray '#' in program
10 #define INF 0x3f3f3f3f3f
^
0_0_29092669_6507.cpp:11:4: error: stray '#' in program
11 #define MAX 100100
^
0_0_29092669_6507.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <cmath>
^
0_0_29092669_6507.cpp:8:2: error: expected unqualified-id before numeric constant
8
^
0_0_29092669_6507.cpp:14:1: error: expected unqualified-id before numeric constant
14 int fail[MAX];
^
0_0_29092669_6507.cpp:15:1: error: expected unqualified-id before numeric constant
15
^
|