import ML; let n = 7 { if n < 3 then print 6 else print 2 + n * 5 + 5 }