import sequtils, strutils var a,c:int (a,c) = readLine(stdin).split.map(parseInt) echo max(a,c) - min(a,c)