会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DementRock
首页
管理
Sgu 100
各大OJ首题必备~
1
#include
<
iostream
>
2
using
namespace
std;
3
int
main()
4
{
5
int
x,y;
6
cin
>>
x
>>
y;
7
cout
<<
x
+
y
<<
endl;
8
return
0
;
9
}
posted @
2010-02-16 22:30
DementRock
阅读(
153
) 评论(
0
)
收藏
举报
刷新页面
返回顶部