//CRTL+N(NEW),CRTL+S(SAVE) # include <stdio.h> /* */ int main(){ int a,b; scanf("%d%d",&a,&b); int res = a*b; printf("%d",res); }