inline bool operator <(const node &x) const {return a[k-1][i]+b[k][j] < a[x.k-1][i]+b[x.k][j];}
例如这个必须要加,但不知道为什么,有些可以不加的加了好像会变得挺慢?