def hello(name):
    print 'hello,', name
hello(raw_input('name: '))