返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    int age =0;
  7.    string scool;
  8.    cout<<"請輸入你的年齡"<<endl;
  9.    cin>>age;
  10.    cout<<"請輸入你的學校"<<endl;
  11.    cin>> scool;
  12.    cout<<"安立"<<age<<"歲"<<endl;
  13.    cout<<" 我讀明誠"<<endl;
  14.    system("pause");
  15. return 0;
  16. }         
複製代碼

TOP

返回列表