#include int main() { int n, m; std::cin >> n >> m; std::cout << n * (m + 100) / 100 << std::endl; }