import strutils let d = parseInt readLine stdin echo: if d <= 100: "Milk" else: "Difficult"