Run ID:136407

提交时间:2025-11-13 16:22:06

#07.判断奇数 n = int(input()) if n % 2: print("Yes") else: print("No")