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