#include #include using namespace std; int main() { double v,s; int t; cin >> v >> t; round(v); s = (v * 10000 * t) / 10000; cout << (int)s << endl; return 0; }