import strutils,sequtils proc input():string=stdin.readLine let li=input().split.map(parseInt) x=li[0] y=li[1] z=li[2] if z