返回列表 發帖
#include<iostream>
using namespace std;
int main()
{
  int age;
  cout<<"請輸入你的年齡:";
  cin>>age;
  if(age==2)
  {
  cout<<"你好棒!可以.............了!";
  }else
  {
   cout<<"你是白痴嗎?...........!";
  }     
system("pause");
return 0;
}

TOP

#include<iostream>
using namespace std;
int main()
{
  int age;
  cout<<"請輸入你的年齡:";
  cin>>age;
  if(age==2)
  {
  cout<<"你好棒!可以..............了!";
  }else
  {
   cout<<"你是腦殘嗎?.......................哈哈哈!";
  }     
system("pause");
return 0;
}

TOP

返回列表