Board logo

標題: [隨堂測驗] 因數(七) [打印本頁]

作者: 王瑞喻    時間: 2021-3-3 13:36     標題: [隨堂測驗] 因數(七)

設計一程式, 使能列出任一正整數的所有因數, 參考執行畫面如下:


完成以下程式碼
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    
  7.     cout<<"請輸入一正整數: ";
  8.     cin>>x;
  9.     cout<<x<<"的因數有: ";
  10.     for(     ;       ;      )
  11.     {
  12.          if(       )
  13.              cout<<i<<" ";
  14.     }
  15.     cout<<endl;
  16.     system("pause");
  17.     return 0;   
  18. }
複製代碼

作者: 朱嚴寘    時間: 2021-3-3 19:27

此帖僅作者可見
作者: 洪勻蓁    時間: 2021-4-14 20:03

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2