0_0_30502686_25685.cpp:2:1: error: 'include' does not name a type
include <bits/stdc++.h>
^
0_0_30502686_25685.cpp:7:10: error: 'maxn' was not declared in this scope
int usex[maxn], usey[maxn], topx[maxn], topy[maxn], slack[maxn];
^
0_0_30502686_25685.cpp:7:22: error: 'maxn' was not declared in this scope
int usex[maxn], usey[maxn], topx[maxn], topy[maxn], slack[maxn];
^
0_0_30502686_25685.cpp:7:34: error: 'maxn' was not declared in this scope
int usex[maxn], usey[maxn], topx[maxn], topy[maxn], slack[maxn];
^
0_0_30502686_25685.cpp:7:46: error: 'maxn' was not declared in this scope
int usex[maxn], usey[maxn], topx[maxn], topy[maxn], slack[maxn];
^
0_0_30502686_25685.cpp:7:59: error: 'maxn' was not declared in this scope
int usex[maxn], usey[maxn], topx[maxn], topy[maxn], slack[maxn];
^
0_0_30502686_25685.cpp:8:10: error: 'maxn' was not declared in this scope
int girl[maxn], g[maxn][maxn];
^
0_0_30502686_25685.cpp:8:19: error: 'maxn' was not declared in this scope
int girl[maxn], g[maxn][maxn];
^
0_0_30502686_25685.cpp:8:25: error: 'maxn' was not declared in this scope
int girl[maxn], g[maxn][maxn];
^
0_0_30502686_25685.cpp: In function 'int dfs(int)':
0_0_30502686_25685.cpp:10:1: error: 'usex' was not declared in this scope
usex[x] = 1;
^
0_0_30502686_25685.cpp:12:5: error: 'usey' was not declared in this scope
if (usey[i]) continue;
^
0_0_30502686_25685.cpp:13:11: error: 'topx' was not declared in this scope
int tmp = topx[x] + topy[i] - g[x][i];if (tmp != 0) {
^
0_0_30502686_25685.cpp:13:21: error: 'topy' was not declared in this scope
int tmp = topx[x] + topy[i] - g[x][i];if (tmp != 0) {
^
0_0_30502686_25685.cpp:13:31: error: 'g' was not declared in this scope
int tmp = topx[x] + topy[i] - g[x][i];if (tmp != 0) {
^
0_0_30502686_25685.cpp:14:1: error: 'slack' was not declared in this scope
slack[i] = min(tmp, slack[i]);
^
0_0_30502686_25685.cpp:14:29: error: 'min' was not declared in this scope
slack[i] = min(tmp, slack[i]);
^
0_0_30502686_25685.cpp:16:1: error: 'usey' was not declared in this scope
usey[i] = 1;
^
0_0_30502686_25685.cpp:17:5: error: 'girl' was not declared in this scope
if (girl[i] == -1 || dfs(girl[i])) {
^
0_0_30502686_25685.cpp:22:3: error: 'r' was not declared in this scope
} r
^
0_0_30502686_25685.cpp: At global scope:
0_0_30502686_25685.cpp:24:3: error: 'i' does not name a type
} i
^
0_0_30502686_25685.cpp:60:3: error: 'i' does not name a type
} i
^
|