#include<stdio.h>
int main()
{
 float a;
 float b;
 a*b=area;
 scanf("%f",&a,&b);
 printf("length*width\n",area);
 
}