1 条题解

  • 0
    @ 2025-9-27 16:27:54

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	double n,m;
        cin>>n>>m;
        printf("%.2lf",n-m*0.8);
    	return 0;
    }
    
    

    信息

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