Run ID:104935

提交时间:2025-01-11 20:01:11

a=int(input('一个数字')) if a//2: print('YES') else: print('NO')