文章

326

粉丝

4

获赞

517

访问

68.5k

头像
判断数字奇偶 题解:
P1764
发布于2026年2月8日 20:16
阅读数 96

n=int(input())
if(n%2==0):
    print("even")
else:
    print("odd")

登录查看完整内容


登录后发布评论

暂无评论,来抢沙发