3 条题解

  • 0
    @ 2023-7-6 14:10:26
    #include<iostream>
    using namespace std; 
    int main(){
        double a,b;
        int c;
        scanf("%lf %lf",&a,&b);
        c =a*b*0.1;
        c =(c+5)/10*10;
        printf("%d",c);
        return 0;
    }
    

    信息

    ID
    413
    时间
    1000ms
    内存
    64MiB
    难度
    8
    标签
    递交数
    94
    已通过
    18
    上传者