#include using namespace std;int main(){ cout.put('H').put('e').put('l').put('l').put('o').put('\n'); return 0;}