12 条题解

  • 0
    @ 2026-4-19 13:32:13

    #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
    828
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    1096
    已通过
    573
    上传者