1 条题解

  • 0
    @ 2024-8-18 9:52:01
    #include<bits/stdc++.h>
    using namespace std;
    double a,b;
    int main(){
    	cin>>a>>b;
    	printf("%.2lf",a-b*0.8);
    	return 0;
    } 
    
    • 1

    信息

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