#include using namespace std; typedef long long int ll; typedef pair P; int main() { double a,b; cin >> a >> b; cout << (int)a*b << endl; return 0; }