提交时间:2026-03-04 20:55:28
运行 ID: 430877
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<a+b+c+d; }