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