#include #include using namespace std; int main(int argc, char* argv[]) { string A,B; cin>>A>>B; if (A[0]=='0' && B[0]=='0'){ cout<<"E"<