返回列表 發帖

我的第一支程式「Hello」!!

請依照老師的提示與講義的程式,撰寫一個屬於自己的 Hello 程式!

撰寫完畢後,請記得把你的程式碼回復至這篇文章下面~
回復時記得使用功能列上的「代碼」功能,才能讓你的程式碼顯示得比較漂亮噢!

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout << "hello" << endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6. cout<<"hello"<<endl;
  7. system("pause");
  8. return 0;
  9. }
複製代碼

TOP

本帖最後由 梁和雋 於 2014-7-3 17:16 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    cout<<"你好,我是梁和雋"<<endl;
  7.     system("pause");
  8.        return 0;
  9. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.       cout<< "hello 顏永峻"<<endl;
  7.       system("pause");
  8.       return 0;
  9. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<<endl;
  7.     system("pause");  
  8.     return 0;
  9. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout <<"hello"<< endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<< endl;
  7.     system("pause");
  8.     return 0;   
  9. }
複製代碼

TOP

本帖最後由 李宇宸 於 2014-7-1 12:01 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout <<"hello"<< endl;
  7.     system("pause");
  8.     return 0;
  9. }   
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<<endl;
  7.     system("pause");
  8.     return 0;
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    cout<<"hello"<<endl;
  7.    system("pause");
  8.    return 0;
  9. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {  
  6.     cout<<"hellow"<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     ocut<<"hello"<< endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      cout<<"hello"<<endl;
  7.      system("pause");
  8.      return0;
  9. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<< endl;
  7.     system("pause");
  8.     return 0;            
  9. }
複製代碼

TOP

[code#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
    cout<<"hello"<<endl;  
    system("pause");   
    return 0;
}][/code]

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<<endl;
  7.     system("pause");
  8.     return 0;   
  9. }   
複製代碼

TOP

  1. #include <iostream>  
  2. #include <cstdlib>
  3. using namespase std;
  4. int main()
  5. {
  6. cout<<"hello"<<endi
  7. system("pause");
  8. return 0;  
  9. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<<endl;  
  7.     system("pause");   
  8.     return 0;
  9. }
複製代碼

TOP

返回列表