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