let d = Int(readLine()!)! let a = d <= 100 ? "Milk" : "Difficult" print(a)