0_0_11451675_7999.cpp
0_0_11451675_7999.cpp(108) : error C2668: “max” : 对重载函数的调用不明确
0_0_11451675_7999.cpp(14): 可能是“elem max<int>(elem,elem)”
with
[
elem=int
]
VC\include\xutility(1242): 或 “const _Ty &std::max<int>(const _Ty &,const _Ty &)”
with
[
_Ty=int
]
试图匹配参数列表“(int, int)”时
|