import math, sequtils, strutils let ab = stdin.readLine.split.map parseInt a = ab[0] b = ab[1] echo fac a or b