0_0_25049106_31450.cpp:6:3: error: stray '#' in program
6.#include<iostream>
^
0_0_25049106_31450.cpp:7:3: error: stray '#' in program
7.#include<sstream>
^
0_0_25049106_31450.cpp:8:3: error: stray '#' in program
8.#include<fstream>
^
0_0_25049106_31450.cpp:9:3: error: stray '#' in program
9.#include<vector>
^
0_0_25049106_31450.cpp:10:4: error: stray '#' in program
10.#include<list>
^
0_0_25049106_31450.cpp:11:4: error: stray '#' in program
11.#include<deque>
^
0_0_25049106_31450.cpp:12:4: error: stray '#' in program
12.#include<queue>
^
0_0_25049106_31450.cpp:13:4: error: stray '#' in program
13.#include<stack>
^
0_0_25049106_31450.cpp:14:4: error: stray '#' in program
14.#include<map>
^
0_0_25049106_31450.cpp:15:4: error: stray '#' in program
15.#include<set>
^
0_0_25049106_31450.cpp:16:4: error: stray '#' in program
16.#include<bitset>
^
0_0_25049106_31450.cpp:17:4: error: stray '#' in program
17.#include<algorithm>
^
0_0_25049106_31450.cpp:18:4: error: stray '#' in program
18.#include<cstdio>
^
0_0_25049106_31450.cpp:19:4: error: stray '#' in program
19.#include<cstdlib>
^
0_0_25049106_31450.cpp:20:4: error: stray '#' in program
20.#include<cstring>
^
0_0_25049106_31450.cpp:21:4: error: stray '#' in program
21.#include<cctype>
^
0_0_25049106_31450.cpp:22:4: error: stray '#' in program
22.#include<cmath>
^
0_0_25049106_31450.cpp:23:4: error: stray '#' in program
23.#include<ctime>
^
0_0_25049106_31450.cpp:24:4: error: stray '#' in program
24.#include<iomanip>
^
0_0_25049106_31450.cpp:29:4: error: stray '#' in program
29.#define maxn 501
^
0_0_25049106_31450.cpp:6:1: error: expected unqualified-id before numeric constant
6.#include<iostream>
^
0_0_25049106_31450.cpp:26:1: error: expected unqualified-id before numeric constant
26.const double eps(1e-8);
^
0_0_25049106_31450.cpp:27:1: error: expected unqualified-id before numeric constant
27.typedef long long lint;
^
0_0_25049106_31450.cpp:28:1: error: expected unqualified-id before numeric constant
28.
^
0_0_25049106_31450.cpp:32:1: error: expected unqualified-id before numeric constant
32.double dpA[maxn + 1][maxn + 1];
^
0_0_25049106_31450.cpp:33:1: error: expected unqualified-id before numeric constant
33.double dpB[maxn + 1][maxn + 1];
^
0_0_25049106_31450.cpp:34:1: error: expected unqualified-id before numeric constant
34.
^
0_0_25049106_31450.cpp:36:1: error: expected unqualified-id before numeric constant
36.
^
0_0_25049106_31450.cpp:38:1: error: expected unqualified-id before numeric constant
38.
^
|