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