#include int main() { int n, p; scanf("%d %d", &n, &p); printf("%d\n", n * (100 - p) / 100); return 0; }