#include using namespace std; int D; int main() { cin >> D; if (D <= 100) cout << "Milk" << endl; else cout << "Difficult" << endl; return 0; }