#include using namespace std; #define cout(x) cout << (x) #define endl(x) cout(x); cout(endl); #define break(x) cout(x); cout('\n'); int main(){ int n;cin>>n; while(n--)endl("Hello World!"); }