#include<iostream>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b;
c = a*b;
cout<<c;
}
#include
using namespace std;
int main(){
int a,b,c;
cin>>a>>b;
c = a*b;
cout<<c;
}
bro this is so easy you don't need to post it everyone knows how to do this question