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