#include using namespace std; int main(){ int a,b,diff; cin>>a>>b; diff=b-a; string sign=((diff>0)?"+":""); cout<