#include<iostream> using namespace std; int main(){ double a,d; cin>>a>>d; cout<<a*d<<endl; return 0; }