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