0分求助
查看原帖
0分求助
564380
魔方少年楼主2022/7/29 18:41
#include<bits/stdc++.h>
using namespace std;
int main()
{
    float c,f;
    cin>>f;
    c = 5*(f-32)/9;
    printf("%.5lf",&f);
    return 0;
    
}

请问我的代码出现神马问题了?

2022/7/29 18:41
加载中...