返回列表 發帖
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.    cout<<"請問您要幾顆星星"<<endl;
  6.    cout<<"*****"<<endl;
  7.    system("pause");
  8.    return 0;   
  9. }
複製代碼

TOP

返回列表