case IO.gets("")|> String.split |> Enum.map(&Integer.parse/1) |> Enum.map(&elem(&1,0)) do [a, b] when b > a -> IO.puts "K" _ -> IO.puts "S" end