#include<bits/stdc++.h> using namespace std; int main(){ long long n,m; scanf("%lld%lld",&n,&m); for(int i=1;i<=m;i++)printf("0\n"); return 0; }