#include<bits/stdc++.h> using namespace std; int main(){ double c,f; cin>>c>>f; cout<<c*f<<endl; return 0;}