user_input = input().strip() if not user_input: print("Error: input cannot be empty.") else: print(f"hello, {user_input}")