Hello, world!
#include <iostream> -(来自英文 input output stream – input and output stream)- 包含一个包含类、函数和变量的文件用于 C++ 编程语言中的 I/O 组织。
#include <iostream>
using namespace std; - 导入整个std命名空间。此命名空间包含 C++ 标准库中的所有名称。
using namespace std;
std
cin
cout
<代码>计算<< “你好,世界!”;
cout - 这是输出流的名称,也就是屏幕上显示的字符序列(我们输出的字符序列写在两个三角括号后的引号 <<).
<<
Hello, World!
Everybody loves kittens
1000 ms 32 Mb Rules for program design and list of errors in automatic problem checking