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