摘要: #include using namespace std; int main() { int a,b; cin>>a>>b; cout<<a+b<<endl; return 0; } 阅读全文
posted @ 2009-02-14 01:26 guangli 阅读(29) 评论(0) 推荐(0)