POJ 1000 A+B Promble 巨水

POJ 1000 A+B Promble 巨水

 

#include <iostream>
using namespace std;

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

posted on 2012-05-24 14:49  澄哥  阅读(174)  评论(0)    收藏  举报

导航