Run ID:4450

提交时间:2024-08-18 17:16:54

#include <iostream> using namespace std; int main(){ int m,n; while(cin>>m>>n){ cout<<m+n<<endl; } return 0; }