#include int main() { unsigned int S,K; std::cin >> S >> K; std::cout << S*K << std::endl; return 0; }