1.1.2-A+B for Input-Output Practice (I)

#include<iostream>
using namespace std;

int main(void)
{
  int m,n;
  while(cin>>m>>n){
  cout<<m+n<<endl;
  }
return 0;
}

posted on 2022-09-17 09:22  王立凯  阅读(8)  评论(0编辑  收藏  举报

导航