#include <stdio.h> int main() { int nazia; scanf("%d", &nazia;); if (nazia % 2 == 0) { printf("Mahmoudn"); } else { printf("Ehabn"); } return 0; }