#!/usr/bin/env python3 #fileencoding: utf-8 K = int(input()) S = int(input()) print(int(S * 100 // (100-K)))