# -*- coding: utf-8 -*- K = int(input()) S = int(input()) r = 100 - K per = S / r print(int(per*100))