(use scheme.bitwise) (define yuki1511 (let*( (a (read)) (b (read)) (c (bitwise-ior a b)) (d (bitwise-and a b))) (write (- c d)) (newline)))