返回列表 發帖
本帖最後由 許娟慈 於 2016-8-2 16:09 編輯

  1. #include<iostream>//引入標頭檔<in&ut stream>,基本輸入出
  2. #incude<cstdlib>//引入標頭檔<c stantared library>,標準函式庫
  3. using namespacestd;//主函式
  4. [
  5.      cout<<"hello"<<endl;
  6.      system("pause");  //畫面暫停
  7.      return0;          //回傳0至主控台告知程式已成功執行並結束
  8.       
複製代碼

TOP

返回列表