f = input() s_f = f.split() D = int(s_f[0]) P = int(s_f[1]) a = (D * P) // 100 print(a)