返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main;
  5. {
  6.     string name ="任立宇"
  7.     strung school ="勝利國小"
  8.     int age = 9;
  9.     float h=154,w=47
  10.     cout<<"我的名"<<"<<name<<endl;
  11.     cout<<"讀"<<"<<school<<endl;
  12.     cout<<"今年"<<"<<<<endl;
  13.     cout<<"身高"<<"<<公分<<endl;
  14.     cout<<"體重"<<"<<公斤<<endl;
  15.     syatam()
  16.     return 0;
  17. }
複製代碼

TOP

返回列表