0_0_13752251_14067.cpp:1:4: error: stray '#' in program
01.#include<iostream>
^
0_0_13752251_14067.cpp:2:4: error: stray '#' in program
02.#include<fstream>
^
0_0_13752251_14067.cpp:3:4: error: stray '#' in program
03.#include<vector>
^
0_0_13752251_14067.cpp:4:4: error: stray '#' in program
04.#include<string>
^
0_0_13752251_14067.cpp:5:4: error: stray '#' in program
05.#include<map>
^
0_0_13752251_14067.cpp:6:4: error: stray '#' in program
06.#include<iterator>
^
0_0_13752251_14067.cpp:7:4: error: stray '#' in program
07.#include<algorithm>
^
0_0_13752251_14067.cpp:8:4: error: stray '#' in program
08.#include<numeric>
^
0_0_13752251_14067.cpp:9:4: error: stray '#' in program
09.#include<cmath>
^
0_0_13752251_14067.cpp:10:4: error: stray '#' in program
10.#include<sstream>
^
0_0_13752251_14067.cpp:11:4: error: stray '#' in program
11.#include<bitset>
^
0_0_13752251_14067.cpp:21:8: error: stray '#' in program
21. #ifdef ONLINE_JUDGE
^
0_0_13752251_14067.cpp:22:8: error: stray '#' in program
22. #else
^
0_0_13752251_14067.cpp:25:8: error: stray '#' in program
25. #endif // ONLINE_JUDEG
^
0_0_13752251_14067.cpp:1:1: error: expected unqualified-id before numeric constant
01.#include<iostream>
^
0_0_13752251_14067.cpp:13:1: error: expected unqualified-id before numeric constant
13.const int MaxN = 501;
^
0_0_13752251_14067.cpp:14:1: error: expected unqualified-id before numeric constant
14.const int MaxW = 10001;
^
0_0_13752251_14067.cpp:15:1: error: expected unqualified-id before numeric constant
15.int dp[MaxW + 1];
^
0_0_13752251_14067.cpp:16:1: error: expected unqualified-id before numeric constant
16.const int MaxInt = 100000000;
^
0_0_13752251_14067.cpp:17:1: error: expected unqualified-id before numeric constant
17.vector<int> w;
^
0_0_13752251_14067.cpp:18:1: error: expected unqualified-id before numeric constant
18.vector<int> v;
^
0_0_13752251_14067.cpp:19:1: error: expected unqualified-id before numeric constant
19.int main()
^
|