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