POJ1000-A+B Problem

http://poj.org/problem?id=1000

午饭前几秒无良一下哈哈哈

#include<iostream>
using namespace std;
int main(void)
{
    int a,b;
    cin>>a>>b;
    cout<<a+b<<endl;
    return 0;
}
posted @ 2012-08-29 12:37  Yogurt Shen  阅读(122)  评论(0)    收藏  举报