#include using namespace std; signed main () { int n; scanf("%d", &n); for ( int i = 1; i < n; i++ ) { printf("3 "); } puts("1"); return 0; }