d,p = map(int, raw_input().split()) print d * (100+p) / 100