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