Caculate a+b

郤飞英
2023-12-01

#include
using namespace std;
void main()
{
int a,b;
while(cin>>a>>b)
cout<<a+b<<endl;
}

 类似资料: