17 条题解

  • 1
    @ 2025-3-26 22:26:20

    #include<bits/stdc++.h> #include using namespace std; int main() { double a,b,c,d; cin>>a>>b; d=a/100; c=b/d; printf("%.3f%.%",c); return 0; }

    信息

    ID
    2162
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    1008
    已通过
    553
    上传者