0_0_14477005_12218.cpp
0_0_14477005_12218.cpp(95) : error C2086: “LL dp[100010]”: 重定义
0_0_14477005_12218.cpp(11) : 参见“dp”的声明
0_0_14477005_12218.cpp(96) : error C2086: “int num[100010]”: 重定义
0_0_14477005_12218.cpp(12) : 参见“num”的声明
0_0_14477005_12218.cpp(97) : error C2086: “int son[100010]”: 重定义
0_0_14477005_12218.cpp(13) : 参见“son”的声明
0_0_14477005_12218.cpp(98) : error C2086: “LL jie[100010]”: 重定义
0_0_14477005_12218.cpp(14) : 参见“jie”的声明
0_0_14477005_12218.cpp(99) : error C2086: “std::vector<int,std::allocator<_Ty>> mat[100010]”: 重定义
with
[
_Ty=int
]
0_0_14477005_12218.cpp(15) : 参见“mat”的声明
0_0_14477005_12218.cpp(100) : error C2086: “bool fg”: 重定义
0_0_14477005_12218.cpp(16) : 参见“fg”的声明
0_0_14477005_12218.cpp(102) : error C2084: 函数“void init(void)”已有主体
0_0_14477005_12218.cpp(17) : 参见“init”的前一个定义
0_0_14477005_12218.cpp(108) : error C2084: 函数“LL dfs(int,int)”已有主体
0_0_14477005_12218.cpp(23) : 参见“dfs”的前一个定义
0_0_14477005_12218.cpp(124) : error C2568: “*”: 无法解析函数重载
0_0_14477005_12218.cpp(23): 可能是“LL dfs(int,int)”
0_0_14477005_12218.cpp(124) : error C3861: “dfs”: 找不到标识符
0_0_14477005_12218.cpp(140) : error C2084: 函数“int main(void)”已有主体
0_0_14477005_12218.cpp(55) : 参见“main”的前一个定义
0_0_14477005_12218.cpp(142) : error C3861: “init”: 找不到标识符
0_0_14477005_12218.cpp(163) : error C3861: “dfs”: 找不到标识符
|