#include using namespace std; struct INIT{ INIT(){ ios::sync_with_stdio(false); cin.tie(0); } }init; int main(){ int a,b; cin>>a>>b; int s=b-a; if(s>0)cout<<"+"; if(s<0)cout<<"-"; cout<