int_0 = list(map(int, input().split())) #データ入力 #int_1 = list(map(int, input().split())) N = int_0[0] #豆 K = int_0[1] #袋 print((N*K//100)+N)