1 条题解

  • 0
    @ 2026-5-17 14:42:06
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        double n,m,a;
        cin>>n>>m;
        a=m/n;
    	printf("%.3lf",a);
    	return 0;
    }
    
    • 1

    信息

    ID
    7750
    时间
    2000ms
    内存
    1024MiB
    难度
    3
    标签
    递交数
    21
    已通过
    18
    上传者