// editor3
#include<stdio.h>
void main()

{ 
    float a=8.5.5;
    float b=3.4;
    printf ("%f",a*b);
}