70分,求调(全AC必关)
查看原帖
70分,求调(全AC必关)
1731656
lyx20131111楼主2025/8/2 15:59

请问哪里错了(明明已经最保险了)

AC必关

#include<bits/stdc++.h>
using namespace std;

int main(){
    int f;
    double c;
    cin >> f;
    c = 5.0 * (f * 1.0 - 32.0) / 9 * 1.0;
    printf("%0.5lf", c);
    return 0;
}
2025/8/2 15:59
加载中...