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