ans = 'Difficult'
if int(input()) <= 100:
  ans = 'Milk'
print(ans)