#include using namespace std; int main(){ int n; cin >> n; int m=(n+1)/2; vector a(n,m); for(int i=1;i