0_0_25049050_29492.cpp:2:3: error: stray '#' in program
2.#include <cstdlib>
^
0_0_25049050_29492.cpp:3:3: error: stray '#' in program
3.#include <cctype>
^
0_0_25049050_29492.cpp:4:3: error: stray '#' in program
4.#include <cstring>
^
0_0_25049050_29492.cpp:5:3: error: stray '#' in program
5.#include <cstdio>
^
0_0_25049050_29492.cpp:6:3: error: stray '#' in program
6.#include <cmath>
^
0_0_25049050_29492.cpp:7:3: error: stray '#' in program
7.#include <vector>
^
0_0_25049050_29492.cpp:8:3: error: stray '#' in program
8.#include <string>
^
0_0_25049050_29492.cpp:9:3: error: stray '#' in program
9.#include <iostream>
^
0_0_25049050_29492.cpp:10:4: error: stray '#' in program
10.#include <sstream>
^
0_0_25049050_29492.cpp:11:4: error: stray '#' in program
11.#include <map>
^
0_0_25049050_29492.cpp:12:4: error: stray '#' in program
12.#include <set>
^
0_0_25049050_29492.cpp:13:4: error: stray '#' in program
13.#include <queue>
^
0_0_25049050_29492.cpp:14:4: error: stray '#' in program
14.#include <deque>
^
0_0_25049050_29492.cpp:15:4: error: stray '#' in program
15.#include <stack>
^
0_0_25049050_29492.cpp:16:4: error: stray '#' in program
16.#include <fstream>
^
0_0_25049050_29492.cpp:17:4: error: stray '#' in program
17.#include <numeric>
^
0_0_25049050_29492.cpp:18:4: error: stray '#' in program
18.#include <iomanip>
^
0_0_25049050_29492.cpp:19:4: error: stray '#' in program
19.#include <bitset>
^
0_0_25049050_29492.cpp:20:4: error: stray '#' in program
20.#include <list>
^
0_0_25049050_29492.cpp:21:4: error: stray '#' in program
21.#include <stdexcept>
^
0_0_25049050_29492.cpp:22:4: error: stray '#' in program
22.#include <functional>
^
0_0_25049050_29492.cpp:23:4: error: stray '#' in program
23.#include <utility>
^
0_0_25049050_29492.cpp:24:4: error: stray '#' in program
24.#include <ctime>
^
0_0_25049050_29492.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include <cstdlib>
^
0_0_25049050_29492.cpp:26:1: error: expected unqualified-id before numeric constant
26.
^
0_0_25049050_29492.cpp:28:1: error: expected unqualified-id before numeric constant
28.const int INF=10000000;
^
0_0_25049050_29492.cpp:29:1: error: expected unqualified-id before numeric constant
29.const int MAX=750*350;
^
0_0_25049050_29492.cpp:30:1: error: expected unqualified-id before numeric constant
30.
^
0_0_25049050_29492.cpp:32:1: error: expected unqualified-id before numeric constant
32.int tt[4][2]=
^
|