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