n = int(input()) if n == 0: print(7) else: print("*")