Scanf.scanf "%d %d %d %d" (fun d1 d2 d3 s -> print_endline @@ if s = 1 || d1 + d2 + d3 < 2 then "SURVIVED" else "DEAD" )