// editor1
#include<stdio.h>
int main()
{
    float(a*8.5=b*3.4);
    printf("%a","%b",&a&b);
    scanf("%a","%b",&a,&b);
    return 0;
}