1074509_0_0_13049.cpp: In function `int main()':
1074509_0_0_13049.cpp:9: error: call of overloaded `min(int, int)' is ambiguous
1074509_0_0_13049.cpp:4: note: candidates are: T min(const T&, const T&) [with T = int]
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algobase.h:151: note: const _Tp& std::min(const _Tp&, const _Tp&) [with _Tp = std::streamsize]
|