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