#include using namespace std; int main(int argc, char **argv) { cout << 'H' << 'e' << 'l' << 'l' << 'o' << endl; return 0; }