0_0_13813627_22375.cpp:2:4: error: stray '#' in program
6#include <complex>
^
0_0_13813627_22375.cpp:3:4: error: stray '#' in program
7#include <cstdlib>
^
0_0_13813627_22375.cpp:4:4: error: stray '#' in program
8#include <iostream>
^
0_0_13813627_22375.cpp:5:4: error: stray '#' in program
9#include <cstring>
^
0_0_13813627_22375.cpp:6:4: error: stray '#' in program
10#include <string>
^
0_0_13813627_22375.cpp:7:4: error: stray '#' in program
11#include <algorithm>
^
0_0_13813627_22375.cpp:8:4: error: stray '#' in program
12#include <cmath>
^
0_0_13813627_22375.cpp:9:4: error: stray '#' in program
13#include <ctime>
^
0_0_13813627_22375.cpp:10:4: error: stray '#' in program
14#include <vector>
^
0_0_13813627_22375.cpp:11:4: error: stray '#' in program
15#include <map>
^
0_0_13813627_22375.cpp:12:4: error: stray '#' in program
16#include <queue>
^
0_0_13813627_22375.cpp:2:3: error: expected unqualified-id before numeric constant
6#include <complex>
^
0_0_13813627_22375.cpp:14:2: error: expected unqualified-id before numeric constant
18
^
0_0_13813627_22375.cpp:17:2: error: expected unqualified-id before numeric constant
21
^
0_0_13813627_22375.cpp:19:2: error: expected unqualified-id before numeric constant
23const int maxn = 100004;
^
0_0_13813627_22375.cpp:20:2: error: expected unqualified-id before numeric constant
24
^
|