#include<iostream> using namespace std; int main() { float a,b; cin>>a>>b; if(a<5000&&b<5000) cout<<a*b; retrun 0; }