Scanf.scanf "%d" (fun x ->
    print_endline @@ if (1 lsl x) land 1041 = 0 then "No" else "Yes"
)