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