#include<iostream> using namespace std; long long c; int main() { int a,b; cin>>a>>b; c=a*b; cout<<c; return 0; }