0_0_39528232_21016.cpp
0_0_39528232_21016.cpp(61) : error C2143: 语法错误 : 缺少“;”(在“[”的前面)
0_0_39528232_21016.cpp(61) : error C2337: “currentSticks”: 未找到特性
0_0_39528232_21016.cpp(61) : error C2337: “moves”: 未找到特性
0_0_39528232_21016.cpp(61) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_39528232_21016.cpp(65) : error C2065: “currentSticks”: 未声明的标识符
0_0_39528232_21016.cpp(65) : error C3312: 未找到类型“unknown-type”的可调用“begin”函数
0_0_39528232_21016.cpp(65) : error C3312: 未找到类型“unknown-type”的可调用“end”函数
0_0_39528232_21016.cpp(66) : error C2065: “stick”: 未声明的标识符
0_0_39528232_21016.cpp(66) : error C2228: “.size”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39528232_21016.cpp(66) : error C2228: “.empty”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39528232_21016.cpp(70) : error C2065: “stick”: 未声明的标识符
0_0_39528232_21016.cpp(70) : error C2228: “.size”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39528232_21016.cpp(72) : error C2065: “stick”: 未声明的标识符
0_0_39528232_21016.cpp(72) : error C2228: “.second”的左边必须有类/结构/联合
0_0_39528232_21016.cpp(81) : error C2065: “moves”: 未声明的标识符
0_0_39528232_21016.cpp(86) : error C2065: “currentSticks”: 未声明的标识符
0_0_39528232_21016.cpp(86) : error C2660: “isValidMove”: 函数不接受 1 个参数
0_0_39528232_21016.cpp(87) : error C2065: “currentSticks”: 未声明的标识符
0_0_39528232_21016.cpp(88) : error C3536: “newSticks”: 初始化之前无法使用
0_0_39528232_21016.cpp(88) : error C2664: “std::string hashState(const std::vector<std::vector<std::pair<char,int>,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>> &)”: 无法将参数 1 从“int”转换为“const std::vector<std::vector<std::pair<char,int>,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>> &”
with
[
_Ty=std::pair<char,int>
]
原因如下: 无法从“int”转换为“const std::vector<std::vector<std::pair<char,int>,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>”
with
[
_Ty=std::pair<char,int>
]
class“std::vector<std::vector<std::pair<char,int>,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>”的构造函数声明为“explicit”
with
[
_Ty=std::pair<char,int>
]
0_0_39528232_21016.cpp(91) : error C3536: “newSticks”: 初始化之前无法使用
0_0_39528232_21016.cpp(91) : error C2065: “moves”: 未声明的标识符
0_0_39528232_21016.cpp(91) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|