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