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