0_0_33626882_4360.cpp:16:30: error: redefinition of 'template<class T> void MAX(T&, T)'
template<class T>inline void MAX(T &x,T y){if(y>x)x=y;}
^
0_0_33626882_4360.cpp:7:30: note: 'template<class T> void MAX(T&, T)' previously declared here
template<class T>inline void MAX(T &x,T y){if(y>x)x=y;}
^
|