1 条题解

  • 0
    @ 2024-11-2 11:10:01
    #include<bits/stdc++.h>
    using namespace std;
    double d;
    int main()
    {
    	cin>>d;
    	printf("%f\n",d);
    	printf("%.5f\n",d);
    	printf("%e\n",d);
    	printf("%g\n",d);
    	return 0;
    }
    
    • 1

    信息

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