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