1 条题解

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

    信息

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