#include using namespace std; int main() { vector c(3); for(int i=0;i<3;i++)cin>>c[i]; if(c[0]=='?'){ if(c[1]>c[2])cout<<1<c[1])cout<<4<