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