import strutils, sequtils let ab = stdin.readLine.split.map parseInt c = ab[1] - ab[0] echo ["", "+"][int(c > 0)], c