#include using namespace std; using ll=long long; #define rep2(i, a, n) for(int i = (a); i < (n); i++) #define rep(i, n) rep2(i,0,n) int main(){ cin.tie(nullptr);ios_base::sync_with_stdio(false); ll a,b;cin>>a>>b; if((a<=100||a>=100)&&(b<=100||b>=100)){ if(((a>0)&&a%((to_string(a).size()-1)*10)==0)||((a<0)&&a%((to_string(a).size()-2)*10)==0)&&(((b>0)&&b%((to_string(b).size()-1)*10)==0)||((b<0)&&b%((to_string(b).size()-2)*10)==0) )){ cout<99999999){ cout<<"E"<