print(input("input: "), end=',') print(input(), end=',') print(input(), end=',') try: input() except EOFError: print('X')