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