0_0_31473591_16683.cpp: In function 'bool chkmin(T&, const T&)':
0_0_31473591_16683.cpp:17:72: error: expected ';' at end of input
template<typename T>IL bool chkmin(T &x,const T &y){return x>y?x=y,1:0%3
^
0_0_31473591_16683.cpp:17:72: error: expected '}' at end of input
|