跳转到内容

Cpp class exercise 1:修订间差异

添加162字节 、​ 2019年3月21日 (星期四)
第12行: 第12行:
== Hello World ==
== Hello World ==


<syntaxhighlight lang="C++" line>
#include <iostream>
using namespace std;
int main()
{
    cout << "Hello, World!" <<endl;
    return 0;
}
</syntaxhighlight>


== 四则运算题 ==
== 四则运算题 ==
1,693

个编辑