#! ruby # yukicoder My Practice # author: Leonardone @ NEETSDKASU K = gets.to_f S = gets.to_f puts ((S * 100.0) / (100.0 - K)).floor