Why is my code keep running without stopping?

前端 未结 0 584
生来不讨喜
生来不讨喜 2021-01-24 15:48

if n is an even number, multiply from 1 to a if n is an odd number, multiply from a to 9

    n = int(input())
    a = int(input())
    count = 0

    if n%2 == 0:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题