my ($yen, $per) = split(/\s/, ); print int($yen+$yen*$per/100)."\n";