let i = Scanf.scanf "%d %d" (fun a b -> [|a;b|]);; let s arr = arr.(0) - arr.(1);; let p s = print_string s;; let chk = if (s i) == 0 then p "Drew" else if (s i) > 0 then begin if (s i) == 2 then p "Won" else if (s i) == 1 then p "Lost" end else begin if (s i) == -2 then p "Lost" else if (s i) == -1 then p "Won" end ;;