返回列表 發帖
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"歡迎使用屁孩名子生成器"<<endl;
  7.     cout<<"這是基本輸入輸出的魔改版"<<endl;
  8.     string a;   
  9.     cout<<"請輸入你的名子: ";
  10.     cin>>a;
  11.     cout<<"你的屁孩名子是:X煞氣a\ "<<a<<"\ X"<<endl;
  12.     cout<<"我到底做了什麼鬼"<<endl;
  13.     system("pause");
  14.     return 0;   
複製代碼

TOP

返回列表