#include int main (int D) { if (D >= 100) { char str [] = "Milk"; printf("%s",str); } else { char str[] = "Diffcult"; printf("%s",str); } }