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