0_0_14733548_8430.cpp: In function 'void gmax(T&, T)':
0_0_14733548_8430.cpp:25:51: error: expected primary-expression at end of input
template <class T> inline void gmax(T &a,T b){if(b>
^
0_0_14733548_8430.cpp:25:51: error: expected ')' at end of input
0_0_14733548_8430.cpp:25:51: error: expected statement at end of input
0_0_14733548_8430.cpp:25:51: error: expected '}' at end of input
|