2 条题解

  • -1
    #include<bits/stdc++.h>
    using namespace std;
    double a,b,c;
    int main(){
    	cin>>a>>b;
    	c=a/b;
    	cout<<fixed<<setprecision(9)<<c;
    	return 0;
    }

    信息

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