SGD
#include <stdio.h>
using namesapce std;
void main(){
cout << "hello world" << endl;
}
本文展示了一个简单的C++程序,该程序使用标准输出流cout来打印'Hello World'到控制台。通过这个例子,读者可以了解到如何在C++中包含必要的头文件,并使用基本的输入输出流。
SGD
#include <stdio.h>
using namesapce std;
void main(){
cout << "hello world" << endl;
}
1160
5119
3049

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