#!/usr/bin/env python3 n, p = map(int, input().split()) print(n * (100 - p) // 100)