1 条题解

  • 0
    @ 2024-9-7 18:27:47
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        double a,b;
        int c;
        cin>>a>>b;
        b/=10;
        c=a*b;
        c+=5;
        c/=10;
        c*=10;
        cout<<c;
        return 0;
    }
    
    • 1

    信息

    ID
    442
    时间
    1000ms
    内存
    64MiB
    难度
    7
    标签
    递交数
    13
    已通过
    10
    上传者