0_0_13468885_27392.cpp:2:5: error: stray '#' in program
7 #include <cstdlib>
^
0_0_13468885_27392.cpp:3:5: error: stray '#' in program
8 #include <sstream>
^
0_0_13468885_27392.cpp:4:5: error: stray '#' in program
9 #include <iostream>
^
0_0_13468885_27392.cpp:5:5: error: stray '#' in program
10 #include <cmath>
^
0_0_13468885_27392.cpp:6:5: error: stray '#' in program
11 #include <cstring>
^
0_0_13468885_27392.cpp:7:5: error: stray '#' in program
12 #include <algorithm>
^
0_0_13468885_27392.cpp:8:5: error: stray '#' in program
13 #include <string>
^
0_0_13468885_27392.cpp:9:5: error: stray '#' in program
14 #include <utility>
^
0_0_13468885_27392.cpp:10:5: error: stray '#' in program
15 #include <vector>
^
0_0_13468885_27392.cpp:11:5: error: stray '#' in program
16 #include <queue>
^
0_0_13468885_27392.cpp:12:5: error: stray '#' in program
17 #include <stack>
^
0_0_13468885_27392.cpp:13:5: error: stray '#' in program
18 #include <map>
^
0_0_13468885_27392.cpp:14:5: error: stray '#' in program
19 #include <set>
^
0_0_13468885_27392.cpp:18:5: error: stray '#' in program
23 #define DEBUG(x) cout<< #x << ':' << x << endl
^
0_0_13468885_27392.cpp:18:29: error: stray '#' in program
23 #define DEBUG(x) cout<< #x << ':' << x << endl
^
0_0_13468885_27392.cpp:19:5: error: stray '#' in program
24 #define REP(i,n) for(int i=0;i < (n);i++)
^
0_0_13468885_27392.cpp:20:5: error: stray '#' in program
25 #define REPD(i,n) for(int i=(n-1);i >= 0;i--)
^
0_0_13468885_27392.cpp:21:5: error: stray '#' in program
26 #define FOR(i,s,t) for(int i = (s);i <= (t);i++)
^
0_0_13468885_27392.cpp:22:5: error: stray '#' in program
27 #define FORD(i,s,t) for(int i = (s);i >= (t);i--)
^
0_0_13468885_27392.cpp:23:5: error: stray '#' in program
28 #define PII pair<int,int>
^
0_0_13468885_27392.cpp:24:5: error: stray '#' in program
29 #define PB push_back
^
0_0_13468885_27392.cpp:25:5: error: stray '#' in program
30 #define MP make_pair
^
0_0_13468885_27392.cpp:26:5: error: stray '#' in program
31 #define ft first
^
0_0_13468885_27392.cpp:27:5: error: stray '#' in program
32 #define sd second
^
0_0_13468885_27392.cpp:28:5: error: stray '#' in program
33 #define lowbit(x) (x&(-x))
^
0_0_13468885_27392.cpp:29:5: error: stray '#' in program
34 #define INF (1<<30)
^
0_0_13468885_27392.cpp:2:3: error: expected unqualified-id before numeric constant
7 #include <cstdlib>
^
0_0_13468885_27392.cpp:16:2: error: expected unqualified-id before numeric constant
21
^
0_0_13468885_27392.cpp:18:2: error: expected unqualified-id before numeric constant
23 #define DEBUG(x) cout<< #x << ':' << x << endl
^
0_0_13468885_27392.cpp:19:34: error: 'i' does not name a type
24 #define REP(i,n) for(int i=0;i < (n);i++)
^
0_0_13468885_27392.cpp:19:42: error: 'i' does not name a type
24 #define REP(i,n) for(int i=0;i < (n);i++)
^
0_0_13468885_27392.cpp:20:39: error: 'i' does not name a type
25 #define REPD(i,n) for(int i=(n-1);i >= 0;i--)
^
0_0_13468885_27392.cpp:20:46: error: 'i' does not name a type
25 #define REPD(i,n) for(int i=(n-1);i >= 0;i--)
^
0_0_13468885_27392.cpp:21:40: error: 'i' does not name a type
26 #define FOR(i,s,t) for(int i = (s);i <= (t);i++)
^
0_0_13468885_27392.cpp:21:49: error: 'i' does not name a type
26 #define FOR(i,s,t) for(int i = (s);i <= (t);i++)
^
0_0_13468885_27392.cpp:22:41: error: 'i' does not name a type
27 #define FORD(i,s,t) for(int i = (s);i >= (t);i--)
^
0_0_13468885_27392.cpp:22:50: error: 'i' does not name a type
27 #define FORD(i,s,t) for(int i = (s);i >= (t);i--)
^
0_0_13468885_27392.cpp:32:2: error: expected unqualified-id before numeric constant
37 int maz[17][17],dp[2][1600];
^
0_0_13468885_27392.cpp:33:2: error: expected unqualified-id before numeric constant
38 int cnt[20][1600];
^
0_0_13468885_27392.cpp:34:2: error: expected unqualified-id before numeric constant
39 int s[1600];
^
0_0_13468885_27392.cpp:35:2: error: expected unqualified-id before numeric constant
40 bool ok(int x){
^
0_0_13468885_27392.cpp:39:2: error: expected unqualified-id before numeric constant
44 int fun(int x,int row,int n){
^
|