#include #include int main(void) { float f = get_float(); float c = 5.0 / 9.0 * (f - 32.0); printf("%.1f\n", c); }