首页
科技
登录
6mi
u
盘
搜
搜 索
科技
C++的hello,world.
C++的hello,world.
科技
2025-05-06
58
C++的hello,world.
#
include
<iostream>
using
namespace
std
;
int
main
(
)
{
cout
<<
"hello,world."
<<
endl
;
}
转载请注明原文地址:https://blackberry.8miu.com/read-38388.html
最新回复
(
0
)