#include #define rep(i,n) for(int i=0;i> a >> b; ans = b - a; if (ans <= 0) { cout << ans << endl; } else { cout << '+' << ans << endl; } }