返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="梁和雋(雋雋)";
  7.     string school="正興國中";
  8.     int age=9;
  9.     float height=174.5;
  10.     string weight="??.?";
  11.     cout<<"我的大名: "<<name<<endl;
  12.     cout<<"就讀: "<<school<<endl;
  13.     cout<<"今年: "<<age<<" 歲"<<endl;
  14.     cout<<"身高: "<<height<<" 公分"<<endl;
  15.     cout<<"體重: "<<weight<<" 公斤"<<endl;
  16.     system("pause");
  17.     return 0;
  18. }
複製代碼
http://fs-old.mis.kuas.edu.tw/~s1102137106/music/

TOP

返回列表