Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
3,502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     int n;
  6.     scanf("%d",&n);
  7.     if (n%2)
  8.     printf("Ehab");
  9.     else
  10.     printf("Mahmoud");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement