Run ID:121068
提交时间:2025-06-06 18:45:14
#include <iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<a+b<<c+d; return 0; }