Scanf.scanf "%d %d %d %d %d %d" (fun a1 b1 a2 b2 a3 b3 -> print_endline @@ if (a1 + a2 + a3) mod 2 = 0 then ":-)" else ":-(" )