返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     string n="洪啟銓";
  7.     string s="正興國中";
  8.     int a=12;
  9.     int w=38;
  10.     int h=155;
  11.     cout<<"就讀:"<<s<<endl;
  12.     cout<<"姓名:"<<n<<endl;
  13.     cout<<a<<"歲"<<endl;
  14.     cout<<w<<"公斤"<<endl;
  15.     cout<<h<<"公分"<<endl;
  16.     system("pause");
  17.     return 0;

  18.    




















  19. }   
複製代碼

TOP

返回列表