0_0_25048765_3218.cpp:2:3: error: stray '#' in program
2.#include <cstring>
^
0_0_25048765_3218.cpp:3:3: error: stray '#' in program
3.#include <iostream>
^
0_0_25048765_3218.cpp:4:3: error: stray '#' in program
4.#include <algorithm>
^
0_0_25048765_3218.cpp:5:3: error: stray '#' in program
5.#include <vector>
^
0_0_25048765_3218.cpp:6:3: error: stray '#' in program
6.#include <utility>
^
0_0_25048765_3218.cpp:7:3: error: stray '#' in program
7.#include <cmath>
^
0_0_25048765_3218.cpp:8:3: error: stray '#' in program
8.#include <queue>
^
0_0_25048765_3218.cpp:9:3: error: stray '#' in program
9.#include <set>
^
0_0_25048765_3218.cpp:10:4: error: stray '#' in program
10.#include <map>
^
0_0_25048765_3218.cpp:11:4: error: stray '#' in program
11.#include <climits>
^
0_0_25048765_3218.cpp:12:4: error: stray '#' in program
12.#include <functional>
^
0_0_25048765_3218.cpp:13:4: error: stray '#' in program
13.#include <deque>
^
0_0_25048765_3218.cpp:14:4: error: stray '#' in program
14.#include <ctime>
^
0_0_25048765_3218.cpp:15:4: error: stray '#' in program
15.#include <string>
^
0_0_25048765_3218.cpp:17:4: error: stray '#' in program
17.#define lson l, mid, rt << 1
^
0_0_25048765_3218.cpp:18:4: error: stray '#' in program
18.#define rson mid + 1, r, rt << 1 | 1
^
0_0_25048765_3218.cpp:19:4: error: stray '#' in program
19.#pragma comment(linker, "/STACK:102400000,102400000")
^
0_0_25048765_3218.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include <cstring>
^
0_0_25048765_3218.cpp:22:1: error: expected unqualified-id before numeric constant
22.
^
0_0_25048765_3218.cpp:24:1: error: expected unqualified-id before numeric constant
24.const int MAXM = 50000;
^
0_0_25048765_3218.cpp:25:1: error: expected unqualified-id before numeric constant
25.const int INF = 0x3f3f3f3f;
^
0_0_25048765_3218.cpp:26:1: error: expected unqualified-id before numeric constant
26.
^
0_0_25048765_3218.cpp:28:1: error: expected unqualified-id before numeric constant
28.
^
0_0_25048765_3218.cpp:30:1: error: expected unqualified-id before numeric constant
30.
^
|