返回列表 發帖
回復 1# tonyh


  #include<iostream>
using namespace std;
int main()
{
  int age;
  cout<<"請輸入你的年齡:";
  cin>>age;
  if(age==2)
  {
  cout<<"你好棒!可以自殺了!";
  }else
  {
   cout<<"你是腦殘嗎?還是是智障啊?會死翹翹!要被打屁股了!哈哈哈!";
  }     
system("pause");
return 0;
}

TOP

返回列表