Run ID:94303
提交时间:2024-10-20 11:22:12
q=input().split() n=q[0] n=int(n) if n%4==0: print(n,"yes") else: print(n,"no")