// editor1
#include<stdio.h>
void main()
{
    float lenght,width;
    scanf("%f\n",&lenght);
    scanf("%f\n",&width);
    printf("%f",lenght*widht);
}