#include using namespace std; using ll = long long; using vll=vector; template T get(){T r;cin>>r;return r;} int main() { ll a,b; cin>>a>>b; if(a>b){ cout<<"-"; }else if(a