#include int main(){ int d; std::cin >> d; if(d <= 100) std::cout << "Milk" << std::endl; else std::cout << "Difficult" << std::endl; }