#include using namespace std; int main(){ int k,size; cin>>size; vectorv; for(int i = 0;i>k; v.push_back(k); } for(auto element:v){ cout<