#!/usr/bin/python # -*- coding: utf-8 -*- K = int(raw_input()) S = int(raw_input()) print 100 * S / ( 100 - K )