#include int main() { int n; scanf("%d", &n); while (n--) { puts("Hello world!"); } return 0; }