#383 rating a,b=(int(i) for i in input().split()) d=b-a if a>=b: print(d) #この場合も文字列に? else: print("+"+d)