#include <stdio.h>
int main()
{
float length;
float width;
scanf("%lf",&length);
scanf("%d",&width);
printf("%lf*d\n",value);
return 0
}