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