first = raw_input() split_first = first.split() D = int(split_first[0]) P = int(split_first[1]) print D+D*P/100