Run ID:142832

提交时间:2026-01-11 16:20:51

#include <iostream> int main() { int a,b,c,d; while (cin>>a>>b>>c>>d) { cout << a + b << endl<<c+d; } return 0; }