10 条题解

  • 2
    @ 2026-2-8 11:41:33

    #include<bits/stdc++.h> using namespace std; int a,b; int main(){ scanf("%d%d",&a,&b); printf("%.9f",(double)a/(double)b); return 0; }

    信息

    ID
    6805
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    281
    已通过
    104
    上传者