#include<iostream> #include<cstdio> using namespace std; int main(){ int a,b doubie c; cin>>a>>b; c=1.0*a*b; return 0; }