S, K = map(int, input().split()) print(K * S / 100)