Run ID:94115
提交时间:2024-10-19 19:23:41
a = input() b = int(a) if b/4 == 0: print(b,"Yes") else: print(b,"No")