import math, sequtils, strutils var a, b: int (a, b) = stdin.readLine.split.map parseInt echo fac a or b