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