def main(field a) -> (field): field x = if !(!(a < 5) && !(a > 1) || a < 4) then 3 else 4 fi return x