per= int(input()) rest_minute= int(input()) rest_per= 100 - per spend= rest_minute / rest_per print(int(100 * spend))