#include <iostream>
using namespace std;

int main() {
    
    string s = "hello"
    cout<<s<<endl;
    return 0;
}