#include<bits/stdc++.h> using namespace std; int main(){ int n,j,i; cin>>j>>i; cout<<j*i; return 0; }