提交时间:2025-02-23 16:58:42
运行 ID: 309911
#include<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<a+b+c+d; return 0; }