0_0_29400976_14354.cpp
0_0_29400976_14354.cpp(93) : error C2628: “Dinic”后面接“int”是非法的(是否忘记了“;”?)
0_0_29400976_14354.cpp(95) : error C2664: “Dinic::Dinic(const Dinic &)”: 无法将参数 1 从“int”转换为“const Dinic &”
原因如下: 无法从“int”转换为“const Dinic”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_29400976_14354.cpp(96) : error C2664: “Dinic::Dinic(const Dinic &)”: 无法将参数 1 从“int”转换为“const Dinic &”
原因如下: 无法从“int”转换为“const Dinic”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_29400976_14354.cpp(33) : error C2059: 语法错误:“{”
0_0_29400976_14354.cpp(33) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_29400976_14354.cpp(33) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_29400976_14354.cpp(33) : error C2143: 语法错误 : 缺少“;”(在“)”的前面)
0_0_29400976_14354.cpp(34) : error C2059: 语法错误:“{”
0_0_29400976_14354.cpp(34) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_29400976_14354.cpp(34) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_29400976_14354.cpp(34) : error C2143: 语法错误 : 缺少“;”(在“)”的前面)
0_0_29400976_14354.cpp(103) : error C2440: “初始化”: 无法从“Dinic *”转换为“Dinic”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_29400976_14354.cpp(111) : error C2065: “cin”: 未声明的标识符
0_0_29400976_14354.cpp(117) : error C2440: “=”: 无法从“Dinic”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_29400976_14354.cpp(125) : error C2065: “cout”: 未声明的标识符
|