fork download
  1. a = 1
  2. b = 1
  3. c = 1
  4. d = 1
  5. if (a <= b <= c < d) or (b <= c <= d < a) or (c <= d <= a < b) or (d <= a <= b < c):
  6. print("Crescator")
  7. elif (a >= b >= c > d) or (b >= c >= d > a) or (c >= d >= a > b) or (d >= a >= b > c):
  8. print("Descrescator")
  9. else:
  10. print("Nemonoton")
Success #stdin #stdout 0.05s 63108KB
stdin
Standard input is empty
stdout
Nemonoton