#include #include using namespace std; int main() { int v, t; scanf("0.%d %d", &v, &t); int l = v * t / 10000; cout << l << endl; return 0; }