python解题冯翊恒2026-08-27 20:23:25发布于:广东1阅读0回复0点赞非常经典的解题 n = int(input()) if (n % 4 == 0 and n % 100 != 0) or n % 400 == 0: print('Y') else: print('N') 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个