1 条题解

  • 0
    @ 2024-8-18 9:39:26
    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c,d;
    int main(){
    	cin>>a>>b>>c>>d;
    	cout<<a-(b+c-d);
    	return 0;
    } 
    

    信息

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