let a, b = Scanf.scanf "%s %s" (fun x y -> x, y);; let f s = s = "Sun" || s = "Sat";; print_endline @@ if f a && f b then "8/33" else if f a then "8/32" else "8/31";;