0_0_39391390_10778.cpp
0_0_39391390_10778.cpp(27) : error C2065: “Course”: 未声明的标识符
0_0_39391390_10778.cpp(27) : error C2923: “std::vector”: 对于参数“_Ty”,“Course”不是有效的 模板 类型变量
0_0_39391390_10778.cpp(15) : error C2065: “Course”: 未声明的标识符
0_0_39391390_10778.cpp(15) : error C2923: “std::vector”: 对于参数“_Ty”,“Course”不是有效的 模板 类型变量
0_0_39391390_10778.cpp(15) : error C2514: “std::vector”: 类没有构造函数
VC2013\INCLUDE\vector(650) : 参见“std::vector”的声明
0_0_39391390_10778.cpp(19) : error C2678: 二进制“[”: 没有找到接受“std::vector”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\vector(1196): 可能是“_Vector_alloc<!std::is_empty<_Alloc_types::_Alloc>::value,std::_Vec_base_types<_Ty,_Alloc_types::_Alloc>>::reference std::vector<_Ty,_Alloc>::operator [](_Vector_alloc<!std::is_empty<_Alloc_types::_Alloc>::value,std::_Vec_base_types<_Ty,_Alloc_types::_Alloc>>::size_type)”
VC2013\INCLUDE\vector(1180): 或 “_Vector_alloc<!std::is_empty<_Alloc_types::_Alloc>::value,std::_Vec_base_types<_Ty,_Alloc_types::_Alloc>>::const_reference std::vector<_Ty,_Alloc>::operator [](_Vector_alloc<!std::is_empty<_Alloc_types::_Alloc>::value,std::_Vec_base_types<_Ty,_Alloc_types::_Alloc>>::size_type) const”
尝试匹配参数列表“(std::vector, int)”时
0_0_39391390_10778.cpp(19) : error C3861: “Course”: 找不到标识符
0_0_39391390_10778.cpp(31) : error C2663: “std::vector<_Ty,_Alloc>::begin”: 2 个重载没有“this”指针的合法转换
0_0_39391390_10778.cpp(31) : error C2663: “std::vector<_Ty,_Alloc>::end”: 2 个重载没有“this”指针的合法转换
0_0_39391390_10778.cpp(31) : error C3536: “$S2”: 初始化之前无法使用
0_0_39391390_10778.cpp(31) : error C3536: “$S3”: 初始化之前无法使用
0_0_39391390_10778.cpp(31) : error C2100: 非法的间接寻址
0_0_39391390_10778.cpp(32) : error C2228: “.difficulty”的左边必须有类/结构/联合
类型是“const int”
0_0_39391390_10778.cpp(33) : error C2228: “.difficulty”的左边必须有类/结构/联合
类型是“const int”
0_0_39391390_10778.cpp(33) : error C2228: “.count”的左边必须有类/结构/联合
类型是“const int”
|