#include<iostream> using namespace std; int main(){ int q1,q2; cin>>q1; cin>>q2; cout<<q1*q2; return 0; }