(define yuki820 (let* ((n (read)) (k (read))) (write (if (< n k) 0 (expt 2 (- n k)))) (newline)))