// editor1
#include<stdio.h>
int main()
{
    float
    len a=8.5;
    wid b=3.4;
    printf(a*b);
return 0;
}