(define yuki169 (let* ( (k (read)) (s (read)) (ans (quotient (* s 100) (- 100 k))) ) (write ans) (newline) ) )