#include<bits/stdc++.h>
using namespace std;

int main() {
int n,i,x,o;
cin>>n;
cin>>i>>x;
for(o=1;o<=n)

return 0;
}