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