Run ID:123575
提交时间:2025-07-06 13:19:21
n = input() n = int(n) if n%2 == 0: print('Yes') else: print('No')