1 条题解

  • 0
    @ 2025-4-5 18:18:20
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<float(a*87+b*85)/(a+b);
    	return 0;
    }
    
    • 1

    信息

    ID
    571
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    44
    已通过
    21
    上传者