Run ID:104934

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

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