1 条题解

  • 0
    @ 2025-1-31 12:05:30
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	double x;
    	cin>>x;
    	cout<<fixed<<setprecision(3)<<x;
    	return 0;
    }
    
    • 1

    信息

    ID
    25
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    74
    已通过
    55
    上传者