// editor1
#include<stdio.h>
int main()
{
    int l,w;
    scanf("%d.2 %d.2", &l, &w);
    printf("Area of rectagle");
    printf(l*b);
    return 0;
    
}