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