albin 2023-09-24 16:37:32
#include
using namespace std;
int main (){
long long a,b,c; cin >> a >> b; c=a*b; cout << c; return 0;
}