首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
a+b【华中科技大学】
a+b【华中科技大学】
mac
2022-06-30
23
#
include
<cstdio>
int
main
(
)
{
int
a
,
b
;
while
(
scanf
(
"%d%d"
,
&
a
,
&
b
)
!=
EOF
)
{
printf
(
"%d\n"
,
a
+
b
)
;
}
return
0
;
}
转载请注明原文地址: https://mac.8miu.com/read-76681.html
最新回复
(
0
)