第2周项目1"hello world"

来源:互联网 发布:凉山州网络电视 编辑:程序博客网 时间:2024/06/08 12:16

问题及代码 :

/**Copyright (c) 2016,烟台大学计算机学院*All rights reserved.*文件名称 :*作    者 :刘云  *完成日期 :2016年3月10号*版 本 号 :v1.0**问题描述 :*输入描述 :*程序输出 :hello world*/#include <iostream>using namespace std;int main(){    cout<<"hello world!"<<endl;        return 0;}


运行结果 :

   
知识点总结 :
    从这个过程中,进一步巩固了对简单程序结构的认识,也学会了 ****  方法
学习心得 :
    从现在开始,我要认真学习C++,巩固知识点,在这个领域做到最好。

2 0
原创粉丝点击