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