#include int main() { int n; scanf("%d",&n); for (;n--;) { printf("3"); if (n!=0)printf(" "); } puts(""); }