#include <iostream> using namespace std; int main() { cout <<"HELLO"<<endl<<"WORLD"; } /*Output HELLO WORLD */