#include using namespace std; #define int long long signed main(){ int N; cin>>N; vector A(2*N); for(int i=0;i<2*N;i++) cin>>A[i]; bool ans = false; for(int i=0;i<2*N;i++){ bool p = true; for(int j=0;j