A+B Problem(1000)

#include <iostream>
using namespace std;

void main()
{
int a,b;
cin>>a>>b;
cout<<a+b<<endl;

}
posted @ 2012-02-08 15:25  Dsp Tian  阅读(389)  评论(0编辑  收藏  举报