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