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