(define yuki485 (let* ((a (read)) (b (read))) (display (if (zero? (modulo b a)) (quotient b a) "NO")) (newline)))