#include <stdio.h>

int main() 
{
    double a;
    scanf("%lf", &a);
printf("%.1f yard = %.1fcm \n", a, a*91.44);
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: