提交时间:2025-09-27 21:49:10
运行 ID: 352774
#include<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<a+b+c+d; return 0; }