4 条题解

  • 2
    @ 2024-9-18 17:28:16

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

    • 1
      @ 2024-10-18 13:38:02
      n=int(input())
      if n%2==1:
          print("odd")
      else:
          print("even")
      
      • 0
        @ 2024-9-18 17:28:54

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

        • 0
          @ 2024-9-18 17:27:48

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

          • 1

          信息

          ID
          773
          时间
          1000ms
          内存
          256MiB
          难度
          4
          标签
          递交数
          891
          已通过
          390
          上传者