保存帖子
发现
索引
热门
陶片放逐
关于
无聊~
板块
P1001 A+B Problem
楼主
Timmylang
当前回复
0
已保存回复
0
发布时间
2025/1/12 14:55
上次更新
2025/1/12 14:57:03
查看原帖
更新帖子
被骇客
银
狼
阻止的越权访问
保存失败
无聊~
Timmylang
楼主
2025/1/12 14:55
#
include
<bits/stdc++.h>
using
namespace
std;
int
a,b;
int
main
()
{ cin>>a>>b; cout<<a+b;
return
0
; }
2025/1/12 14:55
加载中...