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

TOP

返回列表