返回列表 發帖
本帖最後由 洪振庭 於 2015-7-11 10:50 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"1.Harry Poter     "<<endl;
  7.     cout<<"2.Ron Weasley     "<<endl;
  8.     cout<<"3.Cedric Diggory  "<<endl;
  9.     cout<<"4.Draco Malfoy    "<<endl;
  10.     cout<<"5.Cho Chang       "<<endl;
  11.     cout<<"6.Fred Weasley    "<<endl;
  12.     cout<<"7.George Weasley  "<<endl;
  13.     cout<<"8.Ginny Weasley   "<<endl;
  14.     system("pause");
  15.     cout<<"Broomstick fling a match of Hogwarts"<<endl;
  16.     cout<<"---------------------------------------------------------|win"<<endl;
  17.     cout<<"1"<<endl;
  18.     cout<<"2"<<endl;
  19.     cout<<"3"<<endl;
  20.     cout<<"4"<<endl;
  21.     cout<<"5"<<endl;
  22.     cout<<"6"<<endl;
  23.     cout<<"7"<<endl;
  24.     cout<<"8"<<endl;
  25.     system("pause");
  26.     return 0;
  27. }
複製代碼

TOP

返回列表