#include #include using namespace atcoder; using mint=modint998244353; using namespace std; using ll=long long; using ul=unsigned long long; int dx[8] = {-1, 1, 0, 0, -1, -1, 1, 1}; int dy[8] = {0, 0, -1, 1, -1, 1, -1, 1}; using Graph=vector>; int main(){ int N;ll K; cin>>N>>K; vectorH(N),X(N),Y(N); vectorS(N); for(int i=0;i>H[i]; for(int i=0;i>X[i]>>Y[i]; for(int i=0;i