A+B

1 #include<iostream>
2 using namespace std;
3 int main()
4 {
5       int a,b;
6       cin>>a>>b;
7       cout<<a+b;
8       return 0;         
9 }

 

posted @ 2016-03-22 13:27  QWsin  阅读(245)  评论(0编辑  收藏  举报