72pts72\text{pts}72pts 的请 #define int long long。
#define int long long
90pts90\text{pts}90pts 的,如果你使用了 #define int long long,请检查你是否没有 const int INF=...,如果没有,那么千万不要 if(secmax==-2147483647),因为这样可能未知错误,还是请 #define INF 或者 const int。
const int INF=...
if(secmax==-2147483647)
#define INF
const int