Scanf.sscanf (read_line()) "%d %d" (fun a b -> if a < b then print_string "K\n" else print_string "S\n" );;