D, P = map( int, input().split() ) print( int( D + D * P / 100 ) )