用户:红绿j哥查看:0 回复:0 评论:0 创建时间:2024-04-27T12:48:54
x = int(input()) if x %2 == 0: print(x,"是偶数。") else: print(x,"是奇数。")