#include <stdio.h>
int main()
{
    float a,b,c;
    float a=8.5;
    float b=3.4;
    scanf("%f",&a*&b);
    printf("%f",lenght*width);
}