Run ID:68089

提交时间:2024-03-19 08:32:22

y=input() if y[:2]==y[2:]: print("YES") else: print("NO")