#include<bits/stdc++.h> using namespace std; int main() { int m,n; bool a=1; scanf("%d %d",&m,&n); cout<<m*n<<endl; }