Scanf.scanf "%d %d" (fun a b -> if a < b then Printf.printf "+%d\n" (b - a) else Printf.printf "%d\n" (b - a) )