let () = Scanf.scanf "%s %s %s\n" @@ fun c1 c2 c3 -> Printf.printf "%d\n" (if c2 = "2" then 4 else if c2 = "3" then 1 else 14)