返回列表 發帖
為什麼不能打α?
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"「Poker Joker Casino」Race court"<<endl;
  7.     cout<<"---------------------------------------------------------|FIN"<<endl;
  8.     cout<<"χ"<<endl;
  9.     cout<<"β"<<endl;
  10.     cout<<"γ"<<endl;
  11.     cout<<"μ"<<endl;
  12.     cout<<"λ"<<endl;
  13.     cout<<"π"<<endl;

  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

TOP

返回列表