s = input("s: ") t = input ("t: ") if s == t: print("Same") else: print("Different")