#include using namespace std; int n, m; int main() { scanf("%d", &n); printf("%d\n", 20); for(int i=0; i<20; ++i) printf("%d ", 1<