#include int main() { int d; scanf("%d", &d); if (d <= 100) printf("Milk\n"); else printf("Difficult\n"); return 0; }