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,701

个编辑

导航菜单