0_0_33269038_24990.cpp
0_0_33269038_24990.cpp(48) : error C2014: 预处理器命令必须作为第一个非空白空间启动
0_0_33269038_24990.cpp(52) : error C2011: “store”:“struct”类型重定义
0_0_33269038_24990.cpp(5) : 参见“store”的声明
0_0_33269038_24990.cpp(61) : error C2084: 函数“int main(void)”已有主体
0_0_33269038_24990.cpp(13) : 参见“main”的前一个定义
0_0_33269038_24990.cpp(63) : error C2079: “m”使用未定义的 struct“store”
0_0_33269038_24990.cpp(73) : error C2228: “.pi”的左边必须有类/结构/联合
类型是“int”
0_0_33269038_24990.cpp(73) : error C2228: “.di”的左边必须有类/结构/联合
类型是“int”
0_0_33269038_24990.cpp(74) : error C2664: “void std::priority_queue<store,std::vector<_Ty,std::allocator<_Ty>>,std::less<_Ty>>::push(const store &)”: 无法将参数 1 从“int”转换为“store &&”
with
[
_Ty=store
]
原因如下: 无法从“int”转换为“store”
源或目标有不完整类型
0_0_33269038_24990.cpp(81) : error C2440: “=”: 无法从“store”转换为“int”
源或目标有不完整类型
0_0_33269038_24990.cpp(82) : error C2228: “.pi”的左边必须有类/结构/联合
类型是“int”
0_0_33269038_24990.cpp(82) : error C2228: “.di”的左边必须有类/结构/联合
类型是“int”
0_0_33269038_24990.cpp(84) : error C2664: “void std::priority_queue<store,std::vector<_Ty,std::allocator<_Ty>>,std::less<_Ty>>::push(const store &)”: 无法将参数 1 从“int”转换为“store &&”
with
[
_Ty=store
]
原因如下: 无法从“int”转换为“store”
源或目标有不完整类型
0_0_33269038_24990.cpp(86) : error C2228: “.pi”的左边必须有类/结构/联合
类型是“int”
|