20分求助b2013
查看原帖
20分求助b2013
558569
fyhmath楼主2022/8/19 11:25

20分求助。。。。QAQ

#include<bits/stdc++.h>

using namespace std;

long int f;
double ans;
int main(){
    cin>>f;
    ans=(double)(5*(f-32)/9);
    printf("%.5lf",ans);
    return 0;
}
2022/8/19 11:25
加载中...