#include #include using namespace std; using namespace atcoder; using mint=modint998244353; int main(){ int N,k=0,n=0; cin>>N; map M; vector X(N),Y(N); for(int &x:X)cin>>x,M[x]=1; for(int &y:Y)cin>>y,M[y]=1; for(auto m:M)M[m.first]=k,k++; for(int &x:X){ x=M[x]; if(x