0_0_25039450_8193.cpp:2:3: error: stray '#' in program
2.#include <cstdio>
^
0_0_25039450_8193.cpp:3:3: error: stray '#' in program
3.#include <queue>
^
0_0_25039450_8193.cpp:4:3: error: stray '#' in program
4.#include <cstring>
^
0_0_25039450_8193.cpp:5:3: error: stray '#' in program
5.#include <cstdlib>
^
0_0_25039450_8193.cpp:6:3: error: stray '#' in program
6.#include <algorithm>
^
0_0_25039450_8193.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include <cstdio>
^
0_0_25039450_8193.cpp:8:1: error: expected unqualified-id before numeric constant
8.
^
0_0_25039450_8193.cpp:10:1: error: expected unqualified-id before numeric constant
10.const int maxm=1100000;
^
0_0_25039450_8193.cpp:11:1: error: expected unqualified-id before numeric constant
11.const double inf=1e8;
^
0_0_25039450_8193.cpp:12:1: error: expected unqualified-id before numeric constant
12.
^
|