#include<stdio.h>
int main(){
    int n,t;
    scanf("%d",&n,&t);
    printf("%d",n*t);
}