<?php
$a = explode(" ", trim(fgets(STDIN)));
print floor(bcmul($a[0], bcadd(1, bcdiv($a[1], 100, 2), 2), 2));
?>