main()
{
float f,c;
printf("please enter f:");
scanf("%f", &f);
c=5.0*(f-32.0)/9.0
printf("%f",c);
}
匿名回答于2023-10-12 14:23:22