0_0_10659770_12944.cpp: In function `int main(int, char**)':
0_0_10659770_12944.cpp:117: error: call of overloaded `max(int&, int&)' is ambiguous
0_0_10659770_12944.cpp:40: note: candidates are: T max(T, T) [with T = int]
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algobase.h:173: note: const _Tp& std::max(const _Tp&, const _Tp&) [with _Tp = int]
|