Run ID:104933

提交时间:2025-01-11 19:59:24

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