90分,求助大佬
查看原帖
90分,求助大佬
877497
JFY_2208楼主2023/5/27 10:05
#include<bits/stdc++.h>
using namespace std;
int main(){
    double n;
    cin>>n;
    printf("%.3lf",n);
    return 0;
}

???

2023/5/27 10:05
加载中...