Run ID:94306
提交时间:2024-10-20 11:23:41
q=input().split() n=q[0] n=int(n) if n%4==0: print(n,"Yes") else: print(n,"No")