A, B= map(int, raw_input().split()) C = A + (A * B)/100 print C