Run ID:143057

提交时间:2026-01-11 18:42:02

#include <bits/stdc++.h> int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<a+b<<c+d; return 0; }