<?php
$N = trim(fgets(STDIN));
echo $N <= 100 ? "Milk" : "Difficult";