13 条题解

  • 0
    @ 2026-5-16 10:44:51

    #include<bits/stdc++.h> using namespace std; const int N=1e5+10; int main(){ double a,b; cin>>a>>b; double c=a*b; printf("%.2f",c);

    return 0;
    

    }

    信息

    ID
    844
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    983
    已通过
    550
    上传者