1 条题解

  • 1
    @ 2024-10-16 22:04:47
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	double a,b,c;
    	cin>>a>>b;
    	c=a/b;
    	printf("%.9f",c);
    	return 0;
    }

    信息

    ID
    61
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    (无)
    递交数
    31
    已通过
    22
    上传者