首页
随机
登录
设置
资助我们
关于维基教科书
免责声明
搜索
C++/範例
语言
监视
编辑
<
C++
#include <iostream>
int main(void)
{
std::cout<<"Hello World"<< std::endl;
return 0;
}