#include using namespace std; int main() { int v, t; scanf("0.%d %d", &v, &t); printf("%d\n", t*v/10000); }