#include using namespace std; typedef long long ll; int main(){ int a,b,c; cin>>a>>b; c=b-a; if(c>0) cout<<"+"<