返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="洪翊展";  
  7.     string school="明華";
  8.   int h=100;
  9.   int w=100000;
  10.   int y=1000000;
  11.   
  12.   
  13.   
  14.   
  15.   
  16.     cout<<"我的大名"<<name<< endl;
  17.      cout<<"就讀"<< school<<endl;
  18.     cout<<"身高:"<<h<<"微米"<< endl;
  19.     cout<<"重量:"<<w<<"公噸"<< endl;
  20.     cout<<"年齡:"<<y<<"歲"<< endl;
  21.    
  22.    
  23.    
  24.    
  25.    
  26.    
  27.    
  28.    
  29.    
  30.    
  31.    
  32.     system("pause");
  33.     return 0;
  34. }
複製代碼

TOP

返回列表