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