#include <stdio.h>
int main ()
{
char length,width,area;
scanf("%f",area);
printf("area=lenth*width %d\n",area);
return 0;
}