0_0_19198876_6931.cpp
0_0_19198876_6931.cpp(6) : error C2065: “ll”: 未声明的标识符
0_0_19198876_6931.cpp(6) : error C2923: “std::map”: 对于参数“_Ty”,“ll”不是有效的 模板 类型变量
0_0_19198876_6931.cpp(6) : error C2133: “ans”: 未知的大小
0_0_19198876_6931.cpp(6) : error C2512: “std::map”: 没有合适的默认构造函数可用
0_0_19198876_6931.cpp(11) : error C3861: “__gcd”: 找不到标识符
0_0_19198876_6931.cpp(24) : error C3861: “__gcd”: 找不到标识符
0_0_19198876_6931.cpp(25) : error C2662: “void std::_Tree<_Traits>::clear(void) throw()”: 不能将“this”指针从“std::map”转换为“std::_Tree<_Traits> &”
原因如下: 无法从“std::map”转换为“std::_Tree<_Traits>”
转换要求第二个用户定义的转换运算符或构造函数
0_0_19198876_6931.cpp(35) : error C2678: 二进制“[”: 没有找到接受“std::map”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\map(224): 可能是“_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)”
VC2013\INCLUDE\map(172): 或 “_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](_Kty &&)”
尝试匹配参数列表“(std::map, int)”时
0_0_19198876_6931.cpp(42) : error C2678: 二进制“[”: 没有找到接受“std::map”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\map(224): 可能是“_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)”
VC2013\INCLUDE\map(172): 或 “_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](_Kty &&)”
尝试匹配参数列表“(std::map, int)”时
|