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