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