#include #include using namespace std; int main(){ string A,B; cin>>A>>B; if(A=="2"&&B=="2"||A=="0"&&B=="0") cout<<"E"<