s1, s2= gets.not_nil!.split case s1 when "Sat","Sun" if s2 != "Sat" && s2 != "Sun" puts "8/32" else puts "8/33" end else puts "8/31" end