1 条题解

  • 0
    @ 2026-2-4 15:56:44
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a;
    	double b;
    	cin>>b>>a;
    	printf("%.*f",a,b);
    	return 0;
    }
    

    信息

    ID
    454
    时间
    1000ms
    内存
    64MiB
    难度
    10
    标签
    递交数
    4
    已通过
    3
    上传者