1 条题解

  • 0
    @ 2024-8-18 9:49:12
    #include<bits/stdc++.h>
    using namespace std;
    long double n;
    int main(){
    	cin>>n;
    	printf("%.12llf",n);
    	return 0;
    } 
    
    • 1

    信息

    ID
    254
    时间
    1000ms
    内存
    128MiB
    难度
    9
    标签
    递交数
    9
    已通过
    9
    上传者