fun main() {
    val d = readln().toInt()
    if ( d <= 100){
        println("Milk")
    } else println("Difficult")
}