1 条题解

  • 0
    @ 2025-7-7 21:56:17
    #include<bits/stdc++.h>
    using namespace std;
    double t;
    int n;
    int main()
    {
        cin>>t>>n;
        float a=t/n;
    	int b=2*n;
    	cout<<fixed<<setprecision(3)<<a<<endl<< b;
        //endl
    	return 0;
    }
    
    • 1

    信息

    ID
    669
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    (无)
    递交数
    10
    已通过
    3
    上传者