2 条题解

  • 1
    @ 2023-7-13 17:22:21
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b,c;
        cin>>a>>b>>c;
        int d,e,f;
        cin>>d>>e>>f;
        cout<<((a+b+c)*3-(d+e+f)*2)/((a-d)+(b-e)+(c-f));
    	return 0;
    }
    

    信息

    ID
    48
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    递交数
    33
    已通过
    27
    上传者