我看出来第一题只要有奇有偶就排序,全奇全偶就原典序列输出,但他就是报运行错误,我真的奔溃了,第二题直接没做。各位大佬们能帮帮小弟看看是哪里有问题么。 while True: try: n=int(input()) nums = list(map(int,input().split(' '))) res=0 hasEven = False hasOdd = False for num in nums: if num % 2 == 0: hasEven = True else: hasOdd = True if hasEven and hasOdd: nums.sort() for num in nums: res = res*10 +num print(res) except: break
点赞 评论

相关推荐

HNU_fsq:建议直接出国,这简历太6了。自愧不如
点赞 评论 收藏
分享
我也曾抱有希望:说的好直白
点赞 评论 收藏
分享
牛客网
牛客企业服务