N = map(int, raw_input().split()) print int(N[0] * (1 + N[1]/100))