【 核心 】
#include<bits/stdc++.h> using namespace std; int main(){ int n,a,b,c; cin>>n>>a>>b>>c; cout<<n-(a+b-c); return 0; }
使用您的 NarmoOJ 通用账户