AlgoBeat OnlineJudge
登录
注册
题库
#206804. Hello,World!
题解
题解
题解
作者:
tyxx040105
· 发布于 2026-07-20 13:15:03 · 最后修改于 2026-07-20 16:39:22
已通过
审核员:
Lemon_zqp
弱弱
· 2026-07-20 16:39:22
#include
<
iostream
>
int
main
(
)
{
std
::
cout
<<
"
Hello,World!
"
;
}
暂无评论
登录
后即可评论。
暂无评论