#include using namespace std; int main() { int d,p; cin >> d >> p; cout << d * p << endl; return 0; }