#include <stdio.h> int main() { double b; float a; scanf("%f",&a); b=5*(a-32)/9.0; printf("%.5f",b); }
有一个测试集没有过,来求助一下大神,求解