(define yuki159 (let* ( (p (read)) (q (read)) (usb-ok? (< (* q (- 1 p)) (* p q ( - 1 q)))) ) (display (if usb-ok? "YES\n" "NO\n"))))