A, B = map(int, input().split())

import math

print(math.floor(A + 0.01*A*B))