#include <stdio.h> int main() { int i,n; scanf("%d",&n); for(i=0;i<n;i++) { printf("Happy new year!Good luck!\n"); } return 0; }