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