Run ID:142830

提交时间:2026-01-11 16:19:15

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