Fancy Mouse
- -|||
http://acm.tongji.edu.cn/showproblem.php?problem_id=1000
这个……呃……TOJ上面没给出C++的代码,偶就用C++写一个(别说我无聊哈)
#include<iostream>
using namespace std;

int main()
{
    
int a,b;
    cin
>>a>>b;
    cout
<<a+b<<endl;
    
return 0;
}
posted on 2005-08-21 11:55  Fancy Mouse  阅读(575)  评论(1编辑  收藏  举报