Run ID:87742
提交时间:2024-08-12 10:31:38
#include <iostream> using namespace std; int main() { int a,b; while(cin>>a>>b) cout<<a+b<<endl; return 0; }