继续水。。。
#include <iostream>
#include <cstdio>
using namespace std;
int main()
{
printf("Hello,World!");
return 0;
}
本文展示了一个简单的C++程序,该程序使用标准输入输出流来显示Hello, World!。此示例适用于初学者了解基本的C++语法。
继续水。。。
#include <iostream>
#include <cstdio>
using namespace std;
int main()
{
printf("Hello,World!");
return 0;
}

被折叠的 条评论
为什么被折叠?