0_0_37337398_32542.cpp
0_0_37337398_32542.cpp(39) : error C2065: “not”: 未声明的标识符
0_0_37337398_32542.cpp(39) : error C2146: 语法错误: 缺少“)”(在标识符“q”的前面)
0_0_37337398_32542.cpp(39) : error C2059: 语法错误:“)”
0_0_37337398_32542.cpp(40) : error C2143: 语法错误 : 缺少“}”(在“;”的前面)
0_0_37337398_32542.cpp(40) : error C2064: 项不会计算为接受 1 个参数的函数
0_0_37337398_32542.cpp(50) : error C2059: 语法错误:“if”
0_0_37337398_32542.cpp(51) : error C2059: 语法错误:“for”
0_0_37337398_32542.cpp(51) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_37337398_32542.cpp(51) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_37337398_32542.cpp(51) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37337398_32542.cpp(51) : error C2143: 语法错误 : 缺少“;”(在“++”的前面)
0_0_37337398_32542.cpp(51) : error C2086: “int i”: 重定义
0_0_37337398_32542.cpp(51) : 参见“i”的声明
0_0_37337398_32542.cpp(51) : error C2059: 语法错误:“)”
0_0_37337398_32542.cpp(53) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37337398_32542.cpp(53) : error C2371: “vs”: 重定义;不同的基类型
0_0_37337398_32542.cpp(12) : 参见“vs”的声明
0_0_37337398_32542.cpp(53) : error C2440: “初始化”: 无法从“std::vector<std::vector<int,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>”转换为“int”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_37337398_32542.cpp(54) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_37337398_32542.cpp(54) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37337398_32542.cpp(54) : error C2371: “st”: 重定义;不同的基类型
0_0_37337398_32542.cpp(14) : 参见“st”的声明
0_0_37337398_32542.cpp(55) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37337398_32542.cpp(55) : error C2371: “inDegree”: 重定义;不同的基类型
0_0_37337398_32542.cpp(13) : 参见“inDegree”的声明
0_0_37337398_32542.cpp(55) : error C2440: “初始化”: 无法从“std::vector<int,std::allocator<_Ty>>”转换为“int”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_37337398_32542.cpp(57) : error C2059: 语法错误:“return”
0_0_37337398_32542.cpp(58) : error C2059: 语法错误:“}”
0_0_37337398_32542.cpp(58) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_37337398_32542.cpp(59) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_37337398_32542.cpp(59) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
|